Html Css Color HEX #CA6015 Chocolate

📋 copy color: '#CA6015'

red 202 ◦ green 96 ◦ blue 21

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

Shades of Chocolate #CA6015

Tints of Chocolate #CA6015

RGB

 RED value IS 202 (79.3% from 255) = 63.32%

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

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

R = 63.32%
G = 30.09%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CA6015 (or 0xCA6015) is known color: Chocolate. HEX triplet: CA, 60 and 15. RGB value is (202,96,21). Sum of RGB (Red+Green+Blue) = 202+96+21=319 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.32% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 21 (8.59% from 255 or 6.58% from 319); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6015 is #359FEA. Grayscale: #777777. Windows color (decimal): -3514347 or 1401034. OLE color: 1401034.

HSL color Cylindrical-coordinate representation of color #CA6015: hue angle of 24.86º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA6015 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 96 21 -
CMYK 0 0.52 0.90 0.21
HSL 24.86º 0.81% 0.44% -
HSV(B) 24.86º 0.9% 0.79% -
XYZ 28.68 20.98 3.25 -
YUV 119.14 72.62 187.1 -
System Red Green Blue C M Y K H S L
Decimal 202 96 21 0 0.52 0.90 0.21 24.86 0.81 0.44
Hex CA 60 15 0 34 5A 15 19 51 2C
Octal 312 140 25 0 64 132 25 31 121 54
Binary 11001010 1100000 10101 0 110100 1011010 10101 11001 1010001 101100

Color Harmonies of #CA6015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6015

Black with #CA6015

Text Example


Text Example

White with #CA6015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6015; }

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

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

background-color css

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

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

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

border-color css

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

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

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