Html Css Color HEX #CA6516 Chocolate

📋 copy color: '#CA6516'

red 202 ◦ green 101 ◦ blue 22

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

Shades of Chocolate #CA6516

Tints of Chocolate #CA6516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.77%

R = 62.15%
G = 31.08%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CA6516 (or 0xCA6516) is known color: Chocolate. HEX triplet: CA, 65 and 16. RGB value is (202,101,22). Sum of RGB (Red+Green+Blue) = 202+101+22=325 (43% of max value = 765). Red value is 202 (79.30% from 255 or 62.15% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6516 is #359AE9. Grayscale: #7A7A7A. Windows color (decimal): -3513066 or 1467850. OLE color: 1467850.

HSL color Cylindrical-coordinate representation of color #CA6516: hue angle of 26.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA6516 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 101 22 -
CMYK 0 0.50 0.89 0.21
HSL 26.33º 0.8% 0.44% -
HSV(B) 26.33º 0.89% 0.79% -
XYZ 29.16 21.92 3.45 -
YUV 122.19 71.46 184.92 -
System Red Green Blue C M Y K H S L
Decimal 202 101 22 0 0.50 0.89 0.21 26.33 0.8 0.44
Hex CA 65 16 0 32 59 15 1A 50 2C
Octal 312 145 26 0 62 131 25 32 120 54
Binary 11001010 1100101 10110 0 110010 1011001 10101 11010 1010000 101100

Color Harmonies of #CA6516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6516

Black with #CA6516

Text Example


Text Example

White with #CA6516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6516; }

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

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

background-color css

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

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

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

border-color css

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

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

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