Html Css Color HEX #CF6118 Chocolate

📋 copy color: '#CF6118'

red 207 ◦ green 97 ◦ blue 24

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

Shades of Chocolate #CF6118

Tints of Chocolate #CF6118

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.57%

 BLUE value IS 24 (9.77% from 255) = 7.32%

R = 63.11%
G = 29.57%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CF6118 (or 0xCF6118) is known color: Chocolate. HEX triplet: CF, 61 and 18. RGB value is (207,97,24). Sum of RGB (Red+Green+Blue) = 207+97+24=328 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.11% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 24 (9.77% from 255 or 7.32% from 328); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6118 is #309EE7. Grayscale: #797979. Windows color (decimal): -3186408 or 1597903. OLE color: 1597903.

HSL color Cylindrical-coordinate representation of color #CF6118: hue angle of 23.93º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF6118 is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 97 24 -
CMYK 0 0.53 0.88 0.19
HSL 23.93º 0.79% 0.45% -
HSV(B) 23.93º 0.88% 0.81% -
XYZ 30.17 21.88 3.5 -
YUV 121.57 72.94 188.94 -
System Red Green Blue C M Y K H S L
Decimal 207 97 24 0 0.53 0.88 0.19 23.93 0.79 0.45
Hex CF 61 18 0 35 58 13 18 4F 2D
Octal 317 141 30 0 65 130 23 30 117 55
Binary 11001111 1100001 11000 0 110101 1011000 10011 11000 1001111 101101

Color Harmonies of #CF6118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6118

Black with #CF6118

Text Example


Text Example

White with #CF6118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6118; }

 p { color: rgb(207,97,24); }

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

background-color css

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

 a { background-color: rgb(207,97,24); }

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

border-color css

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

 span { border-color: rgb(207,97,24); }

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