Html Css Color HEX #CA5005 Tenne (Tawny)

📋 copy color: '#CA5005'

red 202 ◦ green 80 ◦ blue 5

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

Shades of Tenne (Tawny) #CA5005

Tints of Tenne (Tawny) #CA5005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.74%

R = 70.38%
G = 27.87%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#CA5005 (or 0xCA5005) is known color: Tenne (Tawny). HEX triplet: CA, 50 and 05. RGB value is (202,80,5). Sum of RGB (Red+Green+Blue) = 202+80+5=287 (38% of max value = 765). Red value is 202 (79.30% from 255 or 70.38% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 5 (2.34% from 255 or 1.74% from 287); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5005 is #35AFFA. Grayscale: #6C6C6C. Windows color (decimal): -3518459 or 348362. OLE color: 348362.

HSL color Cylindrical-coordinate representation of color #CA5005: hue angle of 22.84º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA5005 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 80 5 -
CMYK 0 0.60 0.98 0.21
HSL 22.84º 0.95% 0.41% -
HSV(B) 22.84º 0.98% 0.79% -
XYZ 27.25 18.3 2.24 -
YUV 107.93 69.92 195.1 -
System Red Green Blue C M Y K H S L
Decimal 202 80 5 0 0.60 0.98 0.21 22.84 0.95 0.41
Hex CA 50 5 0 3C 62 15 17 5F 29
Octal 312 120 5 0 74 142 25 27 137 51
Binary 11001010 1010000 101 0 111100 1100010 10101 10111 1011111 101001

Color Harmonies of #CA5005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5005

Black with #CA5005

Text Example


Text Example

White with #CA5005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5005; }

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

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

background-color css

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

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

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

border-color css

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

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

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