#CA5D03

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

Shades of Tenne (Tawny) #CA5D03

Tints of Tenne (Tawny) #CA5D03

Color information

#CA5D03 (or 0xCA5D03) is unknown color: approx Tenne (Tawny). HEX triplet: CA, 5D and 03. RGB value is (202,93,3). Sum of RGB (Red+Green+Blue) = 202+93+3=298 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.79% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 3 (1.56% from 255 or 1.01% from 298); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5D03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5D03 is #35A2FC. Grayscale: #737373. Windows color (decimal): -3515133 or 220618. OLE color: 220618.

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

Color convert

RGB202933-
CMYK00.540.990.21
HSL27.14º97.07%40.2%-
HSV(B)27.14º98.51%79.22%-
XYZ28.2920.392.53-
YUV115.3364.61189.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 67.79%
GREEN value IS 93 (36.72% from 255) = 31.21%
BLUE value IS 3 (1.56% from 255) = 1.01%
R=67.79%
G=31.21%
B=1.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.99
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20293300.540.990.2127.1497.0740.2
HexCA5D303663151b6128
Octal3121353066143253314150
Binary110010101011101110110110110001110101110111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5D03; }

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

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

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

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

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

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

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

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