Html Css Color HEX #CB6411 Chocolate

📋 copy color: '#CB6411'

red 203 ◦ green 100 ◦ blue 17

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

Shades of Chocolate #CB6411

Tints of Chocolate #CB6411

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.25%

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

R = 63.44%
G = 31.25%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CB6411 (or 0xCB6411) is known color: Chocolate. HEX triplet: CB, 64 and 11. RGB value is (203,100,17). Sum of RGB (Red+Green+Blue) = 203+100+17=320 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.44% from 320); Green value is 100 (39.45% from 255 or 31.25% from 320); Blue value is 17 (7.03% from 255 or 5.31% from 320); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6411 is #349BEE. Grayscale: #797979. Windows color (decimal): -3447791 or 1139915. OLE color: 1139915.

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

Color convert

RGB 203 100 17 -
CMYK 0 0.51 0.92 0.20
HSL 26.77º 0.85% 0.43% -
HSV(B) 26.77º 0.92% 0.8% -
XYZ 29.29 21.85 3.2 -
YUV 121.34 69.12 186.25 -
System Red Green Blue C M Y K H S L
Decimal 203 100 17 0 0.51 0.92 0.20 26.77 0.85 0.43
Hex CB 64 11 0 33 5C 14 1B 55 2B
Octal 313 144 21 0 63 134 24 33 125 53
Binary 11001011 1100100 10001 0 110011 1011100 10100 11011 1010101 101011

Color Harmonies of #CB6411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6411

Black with #CB6411

Text Example


Text Example

White with #CB6411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6411; }

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

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

background-color css

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

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

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

border-color css

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

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

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