Html Css Color HEX #CA5012 Tenne (Tawny)

📋 copy color: '#CA5012'

red 202 ◦ green 80 ◦ blue 18

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

Shades of Tenne (Tawny) #CA5012

Tints of Tenne (Tawny) #CA5012

RGB

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

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

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

R = 67.33%
G = 26.67%
B = 6%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CA5012 (or 0xCA5012) is known color: Tenne (Tawny). HEX triplet: CA, 50 and 12. RGB value is (202,80,18). Sum of RGB (Red+Green+Blue) = 202+80+18=300 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.33% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5012 is #35AFED. Grayscale: #6D6D6D. Windows color (decimal): -3518446 or 1200330. OLE color: 1200330.

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

Color convert

RGB 202 80 18 -
CMYK 0 0.60 0.91 0.21
HSL 20.22º 0.84% 0.43% -
HSV(B) 20.22º 0.91% 0.79% -
XYZ 27.33 18.34 2.67 -
YUV 109.41 76.42 194.04 -
System Red Green Blue C M Y K H S L
Decimal 202 80 18 0 0.60 0.91 0.21 20.22 0.84 0.43
Hex CA 50 12 0 3C 5B 15 14 54 2B
Octal 312 120 22 0 74 133 25 24 124 53
Binary 11001010 1010000 10010 0 111100 1011011 10101 10100 1010100 101011

Color Harmonies of #CA5012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5012

Black with #CA5012

Text Example


Text Example

White with #CA5012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5012; }

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

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

background-color css

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

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

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

border-color css

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

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

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