#CA6300

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

Shades of Tenne (Tawny) #CA6300

Tints of Tenne (Tawny) #CA6300

Color information

#CA6300 (or 0xCA6300) is unknown color: approx Tenne (Tawny). HEX triplet: CA, 63 and 00. RGB value is (202,99,0). Sum of RGB (Red+Green+Blue) = 202+99+0=301 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.11% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6300 is #359CFF. Grayscale: #777777. Windows color (decimal): -3513600 or 25546. OLE color: 25546.

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

Color convert

RGB202990-
CMYK00.5110.21
HSL29.41º100%39.61%-
HSV(B)29.41º100%79.22%-
XYZ28.8221.482.63-
YUV118.5161.12187.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 67.11%
GREEN value IS 99 (39.06% from 255) = 32.89%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.11%
G=32.89%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 1
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20299000.5110.2129.4110039.61
HexCA63003364151d6428
Octal3121430063144253514450
Binary11001010110001100110011110010010101111011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6300; }

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

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

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

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

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

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

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

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