Html Css Color HEX #CF6C18 Chocolate

📋 copy color: '#CF6C18'

red 207 ◦ green 108 ◦ blue 24

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

Shades of Chocolate #CF6C18

Tints of Chocolate #CF6C18

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.86%

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

R = 61.06%
G = 31.86%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CF6C18 (or 0xCF6C18) is known color: Chocolate. HEX triplet: CF, 6C and 18. RGB value is (207,108,24). Sum of RGB (Red+Green+Blue) = 207+108+24=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 24 (9.77% from 255 or 7.08% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6C18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6C18 is #3093E7. Grayscale: #808080. Windows color (decimal): -3183592 or 1600719. OLE color: 1600719.

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

Color convert

RGB 207 108 24 -
CMYK 0 0.48 0.88 0.19
HSL 27.54º 0.79% 0.45% -
HSV(B) 27.54º 0.88% 0.81% -
XYZ 31.26 24.06 3.86 -
YUV 128.03 69.3 184.33 -
System Red Green Blue C M Y K H S L
Decimal 207 108 24 0 0.48 0.88 0.19 27.54 0.79 0.45
Hex CF 6C 18 0 30 58 13 1C 4F 2D
Octal 317 154 30 0 60 130 23 34 117 55
Binary 11001111 1101100 11000 0 110000 1011000 10011 11100 1001111 101101

Color Harmonies of #CF6C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6C18

Black with #CF6C18

Text Example


Text Example

White with #CF6C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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