Html Css Color HEX #CA5502 Tenne (Tawny)

📋 copy color: '#CA5502'

red 202 ◦ green 85 ◦ blue 2

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

Shades of Tenne (Tawny) #CA5502

Tints of Tenne (Tawny) #CA5502

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.41%

 BLUE value IS 2 (1.17% from 255) = 0.69%

R = 69.9%
G = 29.41%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#CA5502 (or 0xCA5502) is known color: Tenne (Tawny). HEX triplet: CA, 55 and 02. RGB value is (202,85,2). Sum of RGB (Red+Green+Blue) = 202+85+2=289 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.90% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 2 (1.17% from 255 or 0.69% from 289); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5502 is #35AAFD. Grayscale: #6E6E6E. Windows color (decimal): -3517182 or 153034. OLE color: 153034.

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

Color convert

RGB 202 85 2 -
CMYK 0 0.58 0.99 0.21
HSL 24.9º 0.98% 0.4% -
HSV(B) 24.9º 0.99% 0.79% -
XYZ 27.62 19.06 2.28 -
YUV 110.52 66.76 193.25 -
System Red Green Blue C M Y K H S L
Decimal 202 85 2 0 0.58 0.99 0.21 24.9 0.98 0.4
Hex CA 55 2 0 3A 63 15 19 62 28
Octal 312 125 2 0 72 143 25 31 142 50
Binary 11001010 1010101 10 0 111010 1100011 10101 11001 1100010 101000

Color Harmonies of #CA5502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5502

Black with #CA5502

Text Example


Text Example

White with #CA5502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5502; }

 p { color: rgb(202,85,2); }

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

background-color css

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

 a { background-color: rgb(202,85,2); }

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

border-color css

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

 span { border-color: rgb(202,85,2); }

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