#CA7103

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

Shades of Tenne (Tawny) #CA7103

Tints of Tenne (Tawny) #CA7103

Color information

#CA7103 (or 0xCA7103) is unknown color: approx Tenne (Tawny). HEX triplet: CA, 71 and 03. RGB value is (202,113,3). Sum of RGB (Red+Green+Blue) = 202+113+3=318 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.52% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 3 (1.56% from 255 or 0.94% from 318); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7103 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7103 is #358EFC. Grayscale: #7F7F7F. Windows color (decimal): -3510013 or 225738. OLE color: 225738.

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

Color convert

RGB2021133-
CMYK00.440.990.21
HSL33.17º97.07%40.2%-
HSV(B)33.17º98.51%79.22%-
XYZ30.2824.373.19-
YUV127.0757.99181.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 63.52%
GREEN value IS 113 (44.53% from 255) = 35.53%
BLUE value IS 3 (1.56% from 255) = 0.94%
R=63.52%
G=35.53%
B=0.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.99
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202113300.440.990.2133.1797.0740.2
HexCA71302C6315216128
Octal3121613054143254114150
Binary1100101011100011101011001100011101011000011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7103; }

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

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

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

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

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

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

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

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