Html Css Color HEX #CF737F Charm

📋 copy color: '#CF737F'

red 207 ◦ green 115 ◦ blue 127

#CF737F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charm #CF737F

Tints of Charm #CF737F

RGB

 RED value IS 207 (81.25% from 255) = 46.1%

 GREEN value IS 115 (45.31% from 255) = 25.61%

 BLUE value IS 127 (50% from 255) = 28.29%

R = 46.1%
G = 25.61%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CF737F (or 0xCF737F) is known color: Charm. HEX triplet: CF, 73 and 7F. RGB value is (207,115,127). Sum of RGB (Red+Green+Blue) = 207+115+127=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CF737F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF737F is #308C80. Grayscale: #8F8F8F. Windows color (decimal): -3181697 or 8352719. OLE color: 8352719.

HSL color Cylindrical-coordinate representation of color #CF737F: hue angle of 352.17º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF737F is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 115 127 -
CMYK 0 0.44 0.39 0.19
HSL 352.17º 0.49% 0.63% -
HSV(B) 352.17º 0.44% 0.81% -
XYZ 35.69 27.06 23.42 -
YUV 143.88 118.48 173.02 -
System Red Green Blue C M Y K H S L
Decimal 207 115 127 0 0.44 0.39 0.19 352.17 0.49 0.63
Hex CF 73 7F 0 2C 27 13 160 31 3F
Octal 317 163 177 0 54 47 23 540 61 77
Binary 11001111 1110011 1111111 0 101100 100111 10011 101100000 110001 111111

Color Harmonies of #CF737F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF737F

Black with #CF737F

Text Example


Text Example

White with #CF737F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF737F; }

 p { color: rgb(207,115,127); }

 H1.HeaderClassName
 {
   color: #CF737F;
 }
 .AnyTagClassName
 {
   color: #CF737F;
 }
</style>

background-color css

<style>
 a { background-color: #CF737F; }

 a { background-color: rgb(207,115,127); }

 div.DivClassName
 {
   background-color: #CF737F;
 }
 .BgClassName
 {
   background-color: #CF737F;
 }
</style>

border-color css

<style>
 span { border-color: #CF737F; }

 span { border-color: rgb(207,115,127); }

 td.TdClassName
 {
   border-color: #CF737F;
 }
 .TagClassName
 {
   border-color: #CF737F;
 }
</style>