#CA530C

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

Shades of Tenne (Tawny) #CA530C

Tints of Tenne (Tawny) #CA530C

Color information

#CA530C (or 0xCA530C) is unknown color: approx Tenne (Tawny). HEX triplet: CA, 53 and 0C. RGB value is (202,83,12). Sum of RGB (Red+Green+Blue) = 202+83+12=297 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.01% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 12 (5.08% from 255 or 4.04% from 297); Max value from RGB is 202 - color contains mainly: red. Hex color #CA530C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA530C is #35ACF3. Grayscale: #6E6E6E. Windows color (decimal): -3517684 or 807882. OLE color: 807882.

HSL color Cylindrical-coordinate representation of color #CA530C: hue angle of 22.42º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA530C is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB2028312-
CMYK00.590.940.21
HSL22.42º88.79%41.96%-
HSV(B)22.42º94.06%79.22%-
XYZ27.5218.772.52-
YUV110.4972.42193.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 68.01%
GREEN value IS 83 (32.81% from 255) = 27.95%
BLUE value IS 12 (5.08% from 255) = 4.04%
R=68.01%
G=27.95%
B=4.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202831200.590.940.2122.4288.7941.96
HexCA53C03B5E1516592a
Octal31212314073136252613152
Binary11001010101001111000111011101111010101101101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA530C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA530C; }

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

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

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

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

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

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

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

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