Html Css Color HEX #CB6216 Chocolate

📋 copy color: '#CB6216'

red 203 ◦ green 98 ◦ blue 22

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

Shades of Chocolate #CB6216

Tints of Chocolate #CB6216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.81%

R = 62.85%
G = 30.34%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CB6216 (or 0xCB6216) is known color: Chocolate. HEX triplet: CB, 62 and 16. RGB value is (203,98,22). Sum of RGB (Red+Green+Blue) = 203+98+22=323 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.85% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 22 (8.98% from 255 or 6.81% from 323); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6216 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6216 is #349DE9. Grayscale: #797979. Windows color (decimal): -3448298 or 1467083. OLE color: 1467083.

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

Color convert

RGB 203 98 22 -
CMYK 0 0.52 0.89 0.20
HSL 25.19º 0.8% 0.44% -
HSV(B) 25.19º 0.89% 0.8% -
XYZ 29.14 21.49 3.37 -
YUV 120.73 72.29 186.68 -
System Red Green Blue C M Y K H S L
Decimal 203 98 22 0 0.52 0.89 0.20 25.19 0.8 0.44
Hex CB 62 16 0 34 59 14 19 50 2C
Octal 313 142 26 0 64 131 24 31 120 54
Binary 11001011 1100010 10110 0 110100 1011001 10100 11001 1010000 101100

Color Harmonies of #CB6216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6216

Black with #CB6216

Text Example


Text Example

White with #CB6216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6216; }

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

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

background-color css

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

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

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

border-color css

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

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

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