Html Css Color HEX #CF6112 Chocolate

📋 copy color: '#CF6112'

red 207 ◦ green 97 ◦ blue 18

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

Shades of Chocolate #CF6112

Tints of Chocolate #CF6112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.59%

R = 64.29%
G = 30.12%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CF6112 (or 0xCF6112) is known color: Chocolate. HEX triplet: CF, 61 and 12. RGB value is (207,97,18). Sum of RGB (Red+Green+Blue) = 207+97+18=322 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.29% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 18 (7.42% from 255 or 5.59% from 322); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6112 is #309EED. Grayscale: #797979. Windows color (decimal): -3186414 or 1204687. OLE color: 1204687.

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

Color convert

RGB 207 97 18 -
CMYK 0 0.53 0.91 0.19
HSL 25.08º 0.84% 0.44% -
HSV(B) 25.08º 0.91% 0.81% -
XYZ 30.12 21.86 3.2 -
YUV 120.88 69.94 189.42 -
System Red Green Blue C M Y K H S L
Decimal 207 97 18 0 0.53 0.91 0.19 25.08 0.84 0.44
Hex CF 61 12 0 35 5B 13 19 54 2C
Octal 317 141 22 0 65 133 23 31 124 54
Binary 11001111 1100001 10010 0 110101 1011011 10011 11001 1010100 101100

Color Harmonies of #CF6112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6112

Black with #CF6112

Text Example


Text Example

White with #CF6112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6112; }

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

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

background-color css

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

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

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

border-color css

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

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

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