Html Css Color HEX #CA5016 Tenne (Tawny)

📋 copy color: '#CA5016'

red 202 ◦ green 80 ◦ blue 22

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

Shades of Tenne (Tawny) #CA5016

Tints of Tenne (Tawny) #CA5016

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.32%

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

R = 66.45%
G = 26.32%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CA5016 (or 0xCA5016) is known color: Tenne (Tawny). HEX triplet: CA, 50 and 16. RGB value is (202,80,22). Sum of RGB (Red+Green+Blue) = 202+80+22=304 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.45% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5016 is #35AFE9. Grayscale: #6E6E6E. Windows color (decimal): -3518442 or 1462474. OLE color: 1462474.

HSL color Cylindrical-coordinate representation of color #CA5016: hue angle of 19.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 #CA5016 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 80 22 -
CMYK 0 0.60 0.89 0.21
HSL 19.33º 0.8% 0.44% -
HSV(B) 19.33º 0.89% 0.79% -
XYZ 27.37 18.35 2.86 -
YUV 109.87 78.42 193.72 -
System Red Green Blue C M Y K H S L
Decimal 202 80 22 0 0.60 0.89 0.21 19.33 0.8 0.44
Hex CA 50 16 0 3C 59 15 13 50 2C
Octal 312 120 26 0 74 131 25 23 120 54
Binary 11001010 1010000 10110 0 111100 1011001 10101 10011 1010000 101100

Color Harmonies of #CA5016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5016

Black with #CA5016

Text Example


Text Example

White with #CA5016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5016; }

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

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

background-color css

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

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

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

border-color css

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

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

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