Html Css Color HEX #CA5412 Tenne (Tawny)

📋 copy color: '#CA5412'

red 202 ◦ green 84 ◦ blue 18

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

Shades of Tenne (Tawny) #CA5412

Tints of Tenne (Tawny) #CA5412

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.63%

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

R = 66.45%
G = 27.63%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CA5412 (or 0xCA5412) is known color: Tenne (Tawny). HEX triplet: CA, 54 and 12. RGB value is (202,84,18). Sum of RGB (Red+Green+Blue) = 202+84+18=304 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.45% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5412 is #35ABED. Grayscale: #707070. Windows color (decimal): -3517422 or 1201354. OLE color: 1201354.

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

Color convert

RGB 202 84 18 -
CMYK 0 0.58 0.91 0.21
HSL 21.52º 0.84% 0.43% -
HSV(B) 21.52º 0.91% 0.79% -
XYZ 27.64 18.94 2.77 -
YUV 111.76 75.09 192.37 -
System Red Green Blue C M Y K H S L
Decimal 202 84 18 0 0.58 0.91 0.21 21.52 0.84 0.43
Hex CA 54 12 0 3A 5B 15 16 54 2B
Octal 312 124 22 0 72 133 25 26 124 53
Binary 11001010 1010100 10010 0 111010 1011011 10101 10110 1010100 101011

Color Harmonies of #CA5412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5412

Black with #CA5412

Text Example


Text Example

White with #CA5412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5412; }

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

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

background-color css

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

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

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

border-color css

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

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

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