Html Css Color HEX #CA6510 Chocolate

📋 copy color: '#CA6510'

red 202 ◦ green 101 ◦ blue 16

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

Shades of Chocolate #CA6510

Tints of Chocolate #CA6510

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.66%

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

R = 63.32%
G = 31.66%
B = 5.02%

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

#CA6510 (or 0xCA6510) is known color: Chocolate. HEX triplet: CA, 65 and 10. RGB value is (202,101,16). Sum of RGB (Red+Green+Blue) = 202+101+16=319 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.32% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 16 (6.64% from 255 or 5.02% from 319); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6510 is #359AEF. Grayscale: #797979. Windows color (decimal): -3513072 or 1074634. OLE color: 1074634.

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

Color convert

RGB 202 101 16 -
CMYK 0 0.50 0.92 0.21
HSL 27.42º 0.85% 0.43% -
HSV(B) 27.42º 0.92% 0.79% -
XYZ 29.1 21.9 3.18 -
YUV 121.51 68.46 185.41 -
System Red Green Blue C M Y K H S L
Decimal 202 101 16 0 0.50 0.92 0.21 27.42 0.85 0.43
Hex CA 65 10 0 32 5C 15 1B 55 2B
Octal 312 145 20 0 62 134 25 33 125 53
Binary 11001010 1100101 10000 0 110010 1011100 10101 11011 1010101 101011

Color Harmonies of #CA6510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6510

Black with #CA6510

Text Example


Text Example

White with #CA6510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6510; }

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

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

background-color css

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

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

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

border-color css

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

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

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