Html Css Color HEX #CA5212 Tenne (Tawny)

📋 copy color: '#CA5212'

red 202 ◦ green 82 ◦ blue 18

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

Shades of Tenne (Tawny) #CA5212

Tints of Tenne (Tawny) #CA5212

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.15%

 BLUE value IS 18 (7.42% from 255) = 5.96%

R = 66.89%
G = 27.15%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CA5212 (or 0xCA5212) is known color: Tenne (Tawny). HEX triplet: CA, 52 and 12. RGB value is (202,82,18). Sum of RGB (Red+Green+Blue) = 202+82+18=302 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.89% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5212 is #35ADED. Grayscale: #6E6E6E. Windows color (decimal): -3517934 or 1200842. OLE color: 1200842.

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

Color convert

RGB 202 82 18 -
CMYK 0 0.59 0.91 0.21
HSL 20.87º 0.84% 0.43% -
HSV(B) 20.87º 0.91% 0.79% -
XYZ 27.48 18.63 2.72 -
YUV 110.58 75.76 193.2 -
System Red Green Blue C M Y K H S L
Decimal 202 82 18 0 0.59 0.91 0.21 20.87 0.84 0.43
Hex CA 52 12 0 3B 5B 15 15 54 2B
Octal 312 122 22 0 73 133 25 25 124 53
Binary 11001010 1010010 10010 0 111011 1011011 10101 10101 1010100 101011

Color Harmonies of #CA5212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5212

Black with #CA5212

Text Example


Text Example

White with #CA5212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5212; }

 p { color: rgb(202,82,18); }

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

background-color css

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

 a { background-color: rgb(202,82,18); }

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

border-color css

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

 span { border-color: rgb(202,82,18); }

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