Html Css Color HEX #CB6115 Chocolate

📋 copy color: '#CB6115'

red 203 ◦ green 97 ◦ blue 21

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

Shades of Chocolate #CB6115

Tints of Chocolate #CB6115

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.22%

 BLUE value IS 21 (8.59% from 255) = 6.54%

R = 63.24%
G = 30.22%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB6115 (or 0xCB6115) is known color: Chocolate. HEX triplet: CB, 61 and 15. RGB value is (203,97,21). Sum of RGB (Red+Green+Blue) = 203+97+21=321 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.24% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6115 is #349EEA. Grayscale: #787878. Windows color (decimal): -3448555 or 1401291. OLE color: 1401291.

HSL color Cylindrical-coordinate representation of color #CB6115: hue angle of 25.05º degrees, saturation: 0.81, 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 #CB6115 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 97 21 -
CMYK 0 0.52 0.90 0.20
HSL 25.05º 0.81% 0.44% -
HSV(B) 25.05º 0.9% 0.8% -
XYZ 29.04 21.3 3.29 -
YUV 120.03 72.12 187.18 -
System Red Green Blue C M Y K H S L
Decimal 203 97 21 0 0.52 0.90 0.20 25.05 0.81 0.44
Hex CB 61 15 0 34 5A 14 19 51 2C
Octal 313 141 25 0 64 132 24 31 121 54
Binary 11001011 1100001 10101 0 110100 1011010 10100 11001 1010001 101100

Color Harmonies of #CB6115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6115

Black with #CB6115

Text Example


Text Example

White with #CB6115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6115; }

 p { color: rgb(203,97,21); }

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

background-color css

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

 a { background-color: rgb(203,97,21); }

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

border-color css

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

 span { border-color: rgb(203,97,21); }

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