Html Css Color HEX #CB6212 Chocolate

📋 copy color: '#CB6212'

red 203 ◦ green 98 ◦ blue 18

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

Shades of Chocolate #CB6212

Tints of Chocolate #CB6212

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.72%

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

R = 63.64%
G = 30.72%
B = 5.64%

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

#CB6212 (or 0xCB6212) is known color: Chocolate. HEX triplet: CB, 62 and 12. RGB value is (203,98,18). Sum of RGB (Red+Green+Blue) = 203+98+18=319 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.64% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6212 is #349DED. Grayscale: #787878. Windows color (decimal): -3448302 or 1204939. OLE color: 1204939.

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

Color convert

RGB 203 98 18 -
CMYK 0 0.52 0.91 0.20
HSL 25.95º 0.84% 0.43% -
HSV(B) 25.95º 0.91% 0.8% -
XYZ 29.11 21.48 3.18 -
YUV 120.28 70.29 187 -
System Red Green Blue C M Y K H S L
Decimal 203 98 18 0 0.52 0.91 0.20 25.95 0.84 0.43
Hex CB 62 12 0 34 5B 14 1A 54 2B
Octal 313 142 22 0 64 133 24 32 124 53
Binary 11001011 1100010 10010 0 110100 1011011 10100 11010 1010100 101011

Color Harmonies of #CB6212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6212

Black with #CB6212

Text Example


Text Example

White with #CB6212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6212; }

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

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

background-color css

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

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

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

border-color css

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

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

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