Html Css Color HEX #CA5503 Tenne (Tawny)

📋 copy color: '#CA5503'

red 202 ◦ green 85 ◦ blue 3

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

Shades of Tenne (Tawny) #CA5503

Tints of Tenne (Tawny) #CA5503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.03%

R = 69.66%
G = 29.31%
B = 1.03%

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

#CA5503 (or 0xCA5503) is known color: Tenne (Tawny). HEX triplet: CA, 55 and 03. RGB value is (202,85,3). Sum of RGB (Red+Green+Blue) = 202+85+3=290 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.66% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 3 (1.56% from 255 or 1.03% from 290); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5503 is #35AAFC. Grayscale: #6F6F6F. Windows color (decimal): -3517181 or 218570. OLE color: 218570.

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

Color convert

RGB 202 85 3 -
CMYK 0 0.58 0.99 0.21
HSL 24.72º 0.97% 0.4% -
HSV(B) 24.72º 0.99% 0.79% -
XYZ 27.62 19.06 2.31 -
YUV 110.64 67.26 193.17 -
System Red Green Blue C M Y K H S L
Decimal 202 85 3 0 0.58 0.99 0.21 24.72 0.97 0.4
Hex CA 55 3 0 3A 63 15 19 61 28
Octal 312 125 3 0 72 143 25 31 141 50
Binary 11001010 1010101 11 0 111010 1100011 10101 11001 1100001 101000

Color Harmonies of #CA5503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5503

Black with #CA5503

Text Example


Text Example

White with #CA5503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5503; }

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

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

background-color css

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

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

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

border-color css

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

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

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