Html Css Color HEX #CB6015 Chocolate

📋 copy color: '#CB6015'

red 203 ◦ green 96 ◦ blue 21

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

Shades of Chocolate #CB6015

Tints of Chocolate #CB6015

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30%

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

R = 63.44%
G = 30%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB6015 (or 0xCB6015) is known color: Chocolate. HEX triplet: CB, 60 and 15. RGB value is (203,96,21). Sum of RGB (Red+Green+Blue) = 203+96+21=320 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.44% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 21 (8.59% from 255 or 6.56% from 320); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6015 is #349FEA. Grayscale: #777777. Windows color (decimal): -3448811 or 1401035. OLE color: 1401035.

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

Color convert

RGB 203 96 21 -
CMYK 0 0.53 0.90 0.20
HSL 24.73º 0.81% 0.44% -
HSV(B) 24.73º 0.9% 0.8% -
XYZ 28.95 21.12 3.26 -
YUV 119.44 72.45 187.6 -
System Red Green Blue C M Y K H S L
Decimal 203 96 21 0 0.53 0.90 0.20 24.73 0.81 0.44
Hex CB 60 15 0 35 5A 14 19 51 2C
Octal 313 140 25 0 65 132 24 31 121 54
Binary 11001011 1100000 10101 0 110101 1011010 10100 11001 1010001 101100

Color Harmonies of #CB6015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6015

Black with #CB6015

Text Example


Text Example

White with #CB6015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6015; }

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

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

background-color css

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

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

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

border-color css

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

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

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