Html Css Color HEX #CB6211 Chocolate

📋 copy color: '#CB6211'

red 203 ◦ green 98 ◦ blue 17

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

Shades of Chocolate #CB6211

Tints of Chocolate #CB6211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.35%

R = 63.84%
G = 30.82%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CB6211 (or 0xCB6211) is known color: Chocolate. HEX triplet: CB, 62 and 11. RGB value is (203,98,17). Sum of RGB (Red+Green+Blue) = 203+98+17=318 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.84% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 17 (7.03% from 255 or 5.35% from 318); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6211 is #349DEE. Grayscale: #787878. Windows color (decimal): -3448303 or 1139403. OLE color: 1139403.

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

Color convert

RGB 203 98 17 -
CMYK 0 0.52 0.92 0.20
HSL 26.13º 0.85% 0.43% -
HSV(B) 26.13º 0.92% 0.8% -
XYZ 29.1 21.47 3.14 -
YUV 120.16 69.79 187.09 -
System Red Green Blue C M Y K H S L
Decimal 203 98 17 0 0.52 0.92 0.20 26.13 0.85 0.43
Hex CB 62 11 0 34 5C 14 1A 55 2B
Octal 313 142 21 0 64 134 24 32 125 53
Binary 11001011 1100010 10001 0 110100 1011100 10100 11010 1010101 101011

Color Harmonies of #CB6211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6211

Black with #CB6211

Text Example


Text Example

White with #CB6211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6211; }

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

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

background-color css

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

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

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

border-color css

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

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

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