Html Css Color HEX #CA5500 Tenne (Tawny)

📋 copy color: '#CA5500'

red 202 ◦ green 85 ◦ blue 0

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

Shades of Tenne (Tawny) #CA5500

Tints of Tenne (Tawny) #CA5500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.38%
G = 29.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#CA5500 (or 0xCA5500) is known color: Tenne (Tawny). HEX triplet: CA, 55 and 00. RGB value is (202,85,0). Sum of RGB (Red+Green+Blue) = 202+85+0=287 (38% of max value = 765). Red value is 202 (79.30% from 255 or 70.38% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5500 is #35AAFF. Grayscale: #6E6E6E. Windows color (decimal): -3517184 or 21962. OLE color: 21962.

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

Color convert

RGB 202 85 0 -
CMYK 0 0.58 1 0.21
HSL 25.25º 1% 0.4% -
HSV(B) 25.25º 1% 0.79% -
XYZ 27.61 19.05 2.22 -
YUV 110.29 65.76 193.41 -
System Red Green Blue C M Y K H S L
Decimal 202 85 0 0 0.58 1 0.21 25.25 1 0.4
Hex CA 55 0 0 3A 64 15 19 64 28
Octal 312 125 0 0 72 144 25 31 144 50
Binary 11001010 1010101 0 0 111010 1100100 10101 11001 1100100 101000

Color Harmonies of #CA5500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5500

Black with #CA5500

Text Example


Text Example

White with #CA5500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5500; }

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

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

background-color css

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

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

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

border-color css

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

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

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