Html Css Color HEX #CF6B12 Chocolate

📋 copy color: '#CF6B12'

red 207 ◦ green 107 ◦ blue 18

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

Shades of Chocolate #CF6B12

Tints of Chocolate #CF6B12

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.23%

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

R = 62.35%
G = 32.23%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CF6B12 (or 0xCF6B12) is known color: Chocolate. HEX triplet: CF, 6B and 12. RGB value is (207,107,18). Sum of RGB (Red+Green+Blue) = 207+107+18=332 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.35% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 18 (7.42% from 255 or 5.42% from 332); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6B12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6B12 is #3094ED. Grayscale: #7F7F7F. Windows color (decimal): -3183854 or 1207247. OLE color: 1207247.

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

Color convert

RGB 207 107 18 -
CMYK 0 0.48 0.91 0.19
HSL 28.25º 0.84% 0.44% -
HSV(B) 28.25º 0.91% 0.81% -
XYZ 31.1 23.82 3.53 -
YUV 126.75 66.63 185.24 -
System Red Green Blue C M Y K H S L
Decimal 207 107 18 0 0.48 0.91 0.19 28.25 0.84 0.44
Hex CF 6B 12 0 30 5B 13 1C 54 2C
Octal 317 153 22 0 60 133 23 34 124 54
Binary 11001111 1101011 10010 0 110000 1011011 10011 11100 1010100 101100

Color Harmonies of #CF6B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6B12

Black with #CF6B12

Text Example


Text Example

White with #CF6B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6B12; }

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

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

background-color css

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

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

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

border-color css

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

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

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