Html Css Color HEX #CB6414 Chocolate

📋 copy color: '#CB6414'

red 203 ◦ green 100 ◦ blue 20

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

Shades of Chocolate #CB6414

Tints of Chocolate #CB6414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.19%

R = 62.85%
G = 30.96%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB6414 (or 0xCB6414) is known color: Chocolate. HEX triplet: CB, 64 and 14. RGB value is (203,100,20). Sum of RGB (Red+Green+Blue) = 203+100+20=323 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.85% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 20 (8.20% from 255 or 6.19% from 323); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6414 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6414 is #349BEB. Grayscale: #7A7A7A. Windows color (decimal): -3447788 or 1336523. OLE color: 1336523.

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

Color convert

RGB 203 100 20 -
CMYK 0 0.51 0.90 0.20
HSL 26.23º 0.82% 0.44% -
HSV(B) 26.23º 0.9% 0.8% -
XYZ 29.31 21.86 3.34 -
YUV 121.68 70.62 186 -
System Red Green Blue C M Y K H S L
Decimal 203 100 20 0 0.51 0.90 0.20 26.23 0.82 0.44
Hex CB 64 14 0 33 5A 14 1A 52 2C
Octal 313 144 24 0 63 132 24 32 122 54
Binary 11001011 1100100 10100 0 110011 1011010 10100 11010 1010010 101100

Color Harmonies of #CB6414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6414

Black with #CB6414

Text Example


Text Example

White with #CB6414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6414; }

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

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

background-color css

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

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

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

border-color css

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

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

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