#CA4400

Color #CA4400 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #CA4400

Tints of Tenne (Tawny) #CA4400

Color information

#CA4400 (or 0xCA4400) is unknown color: approx Tenne (Tawny). HEX triplet: CA, 44 and 00. RGB value is (202,68,0). Sum of RGB (Red+Green+Blue) = 202+68+0=270 (35% of max value = 765). Red value is 202 (79.30% from 255 or 74.81% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4400 is #35BBFF. Grayscale: #646464. Windows color (decimal): -3521536 or 17610. OLE color: 17610.

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

Color convert

RGB202680-
CMYK00.6610.21
HSL20.2º100%39.61%-
HSV(B)20.2º100%79.22%-
XYZ26.4216.691.83-
YUV100.3171.39200.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 74.81%
GREEN value IS 68 (26.95% from 255) = 25.19%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.81%
G=25.19%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 1
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20268000.6610.2120.210039.61
HexCA4400426415146428
Octal31210400102144252414450
Binary110010101000100001000010110010010101101001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4400; }

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

 H1.HeaderClassName
 {
   color: #CA4400;
 }
 .AnyTagClassName
 {
   color: #CA4400;
 }
</style>
background-color css

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

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

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

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

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

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