#CA5302

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

Shades of Tenne (Tawny) #CA5302

Tints of Tenne (Tawny) #CA5302

Color information

#CA5302 (or 0xCA5302) is unknown color: approx Tenne (Tawny). HEX triplet: CA, 53 and 02. RGB value is (202,83,2). Sum of RGB (Red+Green+Blue) = 202+83+2=287 (38% of max value = 765). Red value is 202 (79.30% from 255 or 70.38% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5302 is #35ACFD. Grayscale: #6D6D6D. Windows color (decimal): -3517694 or 152522. OLE color: 152522.

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

Color convert

RGB202832-
CMYK00.590.990.21
HSL24.3º98.04%40%-
HSV(B)24.3º99.01%79.22%-
XYZ27.4618.752.23-
YUV109.3567.42194.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 70.38%
GREEN value IS 83 (32.81% from 255) = 28.92%
BLUE value IS 2 (1.17% from 255) = 0.70%
R=70.38%
G=28.92%
B=0.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.99
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20283200.590.990.2124.398.0440
HexCA53203B6315186228
Octal3121232073143253014250
Binary110010101010011100111011110001110101110001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5302; }

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

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

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

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

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

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

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

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