Html Css Color HEX #CA6010 Chocolate

📋 copy color: '#CA6010'

red 202 ◦ green 96 ◦ blue 16

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

Shades of Chocolate #CA6010

Tints of Chocolate #CA6010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.1%

R = 64.33%
G = 30.57%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CA6010 (or 0xCA6010) is known color: Chocolate. HEX triplet: CA, 60 and 10. RGB value is (202,96,16). Sum of RGB (Red+Green+Blue) = 202+96+16=314 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.33% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6010 is #359FEF. Grayscale: #777777. Windows color (decimal): -3514352 or 1073354. OLE color: 1073354.

HSL color Cylindrical-coordinate representation of color #CA6010: hue angle of 25.81º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA6010 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 96 16 -
CMYK 0 0.52 0.92 0.21
HSL 25.81º 0.85% 0.43% -
HSV(B) 25.81º 0.92% 0.79% -
XYZ 28.63 20.96 3.03 -
YUV 118.57 70.12 187.5 -
System Red Green Blue C M Y K H S L
Decimal 202 96 16 0 0.52 0.92 0.21 25.81 0.85 0.43
Hex CA 60 10 0 34 5C 15 1A 55 2B
Octal 312 140 20 0 64 134 25 32 125 53
Binary 11001010 1100000 10000 0 110100 1011100 10101 11010 1010101 101011

Color Harmonies of #CA6010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6010

Black with #CA6010

Text Example


Text Example

White with #CA6010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6010; }

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

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

background-color css

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

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

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

border-color css

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

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

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