#CA6900

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

Shades of Tenne (Tawny) #CA6900

Tints of Tenne (Tawny) #CA6900

Color information

#CA6900 (or 0xCA6900) is unknown color: approx Tenne (Tawny). HEX triplet: CA, 69 and 00. RGB value is (202,105,0). Sum of RGB (Red+Green+Blue) = 202+105+0=307 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.80% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6900 is #3596FF. Grayscale: #7A7A7A. Windows color (decimal): -3512064 or 27082. OLE color: 27082.

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

Color convert

RGB2021050-
CMYK00.4810.21
HSL31.19º100%39.61%-
HSV(B)31.19º100%79.22%-
XYZ29.4122.662.82-
YUV122.0359.14185.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 65.80%
GREEN value IS 105 (41.41% from 255) = 34.20%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.80%
G=34.20%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 1
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202105000.4810.2131.1910039.61
HexCA69003064151f6428
Octal3121510060144253714450
Binary11001010110100100110000110010010101111111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6900; }

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

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

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

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

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

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

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

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