Html Css Color HEX #CB6112 Chocolate

📋 copy color: '#CB6112'

red 203 ◦ green 97 ◦ blue 18

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

Shades of Chocolate #CB6112

Tints of Chocolate #CB6112

RGB

 RED value IS 203 (79.69% from 255) = 63.84%

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

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

R = 63.84%
G = 30.5%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CB6112 (or 0xCB6112) is known color: Chocolate. HEX triplet: CB, 61 and 12. RGB value is (203,97,18). Sum of RGB (Red+Green+Blue) = 203+97+18=318 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.84% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6112 is #349EED. Grayscale: #787878. Windows color (decimal): -3448558 or 1204683. OLE color: 1204683.

HSL color Cylindrical-coordinate representation of color #CB6112: hue angle of 25.62º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB6112 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 97 18 -
CMYK 0 0.52 0.91 0.20
HSL 25.62º 0.84% 0.43% -
HSV(B) 25.62º 0.91% 0.8% -
XYZ 29.01 21.29 3.15 -
YUV 119.69 70.62 187.42 -
System Red Green Blue C M Y K H S L
Decimal 203 97 18 0 0.52 0.91 0.20 25.62 0.84 0.43
Hex CB 61 12 0 34 5B 14 1A 54 2B
Octal 313 141 22 0 64 133 24 32 124 53
Binary 11001011 1100001 10010 0 110100 1011011 10100 11010 1010100 101011

Color Harmonies of #CB6112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6112

Black with #CB6112

Text Example


Text Example

White with #CB6112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6112; }

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

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

background-color css

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

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

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

border-color css

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

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

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