Html Css Color HEX #CF6018 Chocolate

📋 copy color: '#CF6018'

red 207 ◦ green 96 ◦ blue 24

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

Shades of Chocolate #CF6018

Tints of Chocolate #CF6018

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.36%

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

R = 63.3%
G = 29.36%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CF6018 (or 0xCF6018) is known color: Chocolate. HEX triplet: CF, 60 and 18. RGB value is (207,96,24). Sum of RGB (Red+Green+Blue) = 207+96+24=327 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.30% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 24 (9.77% from 255 or 7.34% from 327); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6018 is #309FE7. Grayscale: #797979. Windows color (decimal): -3186664 or 1597647. OLE color: 1597647.

HSL color Cylindrical-coordinate representation of color #CF6018: hue angle of 23.61º 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 #CF6018 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 96 24 -
CMYK 0 0.54 0.88 0.19
HSL 23.61º 0.79% 0.45% -
HSV(B) 23.61º 0.88% 0.81% -
XYZ 30.08 21.7 3.47 -
YUV 120.98 73.27 189.35 -
System Red Green Blue C M Y K H S L
Decimal 207 96 24 0 0.54 0.88 0.19 23.61 0.79 0.45
Hex CF 60 18 0 36 58 13 18 4F 2D
Octal 317 140 30 0 66 130 23 30 117 55
Binary 11001111 1100000 11000 0 110110 1011000 10011 11000 1001111 101101

Color Harmonies of #CF6018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6018

Black with #CF6018

Text Example


Text Example

White with #CF6018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6018; }

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

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

background-color css

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

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

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

border-color css

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

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

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