Html Css Color HEX #CA6410 Chocolate

📋 copy color: '#CA6410'

red 202 ◦ green 100 ◦ blue 16

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

Shades of Chocolate #CA6410

Tints of Chocolate #CA6410

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.45%

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

R = 63.52%
G = 31.45%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CA6410 (or 0xCA6410) is known color: Chocolate. HEX triplet: CA, 64 and 10. RGB value is (202,100,16). Sum of RGB (Red+Green+Blue) = 202+100+16=318 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.52% from 318); Green value is 100 (39.45% from 255 or 31.45% from 318); Blue value is 16 (6.64% from 255 or 5.03% from 318); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6410 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6410 is #359BEF. Grayscale: #797979. Windows color (decimal): -3513328 or 1074378. OLE color: 1074378.

HSL color Cylindrical-coordinate representation of color #CA6410: hue angle of 27.1º 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 #CA6410 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 100 16 -
CMYK 0 0.50 0.92 0.21
HSL 27.1º 0.85% 0.43% -
HSV(B) 27.1º 0.92% 0.79% -
XYZ 29.01 21.71 3.15 -
YUV 120.92 68.79 185.83 -
System Red Green Blue C M Y K H S L
Decimal 202 100 16 0 0.50 0.92 0.21 27.1 0.85 0.43
Hex CA 64 10 0 32 5C 15 1B 55 2B
Octal 312 144 20 0 62 134 25 33 125 53
Binary 11001010 1100100 10000 0 110010 1011100 10101 11011 1010101 101011

Color Harmonies of #CA6410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6410

Black with #CA6410

Text Example


Text Example

White with #CA6410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6410; }

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

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

background-color css

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

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

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

border-color css

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

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

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