Html Css Color HEX #CB6315 Chocolate

📋 copy color: '#CB6315'

red 203 ◦ green 99 ◦ blue 21

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

Shades of Chocolate #CB6315

Tints of Chocolate #CB6315

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.65%

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

R = 62.85%
G = 30.65%
B = 6.5%

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

#CB6315 (or 0xCB6315) is known color: Chocolate. HEX triplet: CB, 63 and 15. RGB value is (203,99,21). Sum of RGB (Red+Green+Blue) = 203+99+21=323 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.85% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 21 (8.59% from 255 or 6.50% from 323); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6315 is #349CEA. Grayscale: #797979. Windows color (decimal): -3448043 or 1401803. OLE color: 1401803.

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

Color convert

RGB 203 99 21 -
CMYK 0 0.51 0.90 0.20
HSL 25.71º 0.81% 0.44% -
HSV(B) 25.71º 0.9% 0.8% -
XYZ 29.23 21.67 3.35 -
YUV 121.2 71.46 186.34 -
System Red Green Blue C M Y K H S L
Decimal 203 99 21 0 0.51 0.90 0.20 25.71 0.81 0.44
Hex CB 63 15 0 33 5A 14 1A 51 2C
Octal 313 143 25 0 63 132 24 32 121 54
Binary 11001011 1100011 10101 0 110011 1011010 10100 11010 1010001 101100

Color Harmonies of #CB6315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6315

Black with #CB6315

Text Example


Text Example

White with #CB6315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6315; }

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

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

background-color css

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

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

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

border-color css

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

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

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