Html Css Color HEX #CB6A11 Chocolate

📋 copy color: '#CB6A11'

red 203 ◦ green 106 ◦ blue 17

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

Shades of Chocolate #CB6A11

Tints of Chocolate #CB6A11

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.52%

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

R = 62.27%
G = 32.52%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CB6A11 (or 0xCB6A11) is known color: Chocolate. HEX triplet: CB, 6A and 11. RGB value is (203,106,17). Sum of RGB (Red+Green+Blue) = 203+106+17=326 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.27% from 326); Green value is 106 (41.80% from 255 or 32.52% from 326); Blue value is 17 (7.03% from 255 or 5.21% from 326); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6A11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6A11 is #3495EE. Grayscale: #7D7D7D. Windows color (decimal): -3446255 or 1141451. OLE color: 1141451.

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

Color convert

RGB 203 106 17 -
CMYK 0 0.48 0.92 0.20
HSL 28.71º 0.85% 0.43% -
HSV(B) 28.71º 0.92% 0.8% -
XYZ 29.88 23.05 3.4 -
YUV 124.86 67.14 183.74 -
System Red Green Blue C M Y K H S L
Decimal 203 106 17 0 0.48 0.92 0.20 28.71 0.85 0.43
Hex CB 6A 11 0 30 5C 14 1D 55 2B
Octal 313 152 21 0 60 134 24 35 125 53
Binary 11001011 1101010 10001 0 110000 1011100 10100 11101 1010101 101011

Color Harmonies of #CB6A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6A11

Black with #CB6A11

Text Example


Text Example

White with #CB6A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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