Html Css Color HEX #CA6500 Tenne (Tawny)

📋 copy color: '#CA6500'

red 202 ◦ green 101 ◦ blue 0

#CA6500
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tenne (Tawny) #CA6500

Tints of Tenne (Tawny) #CA6500

RGB

 RED value IS 202 (79.3% from 255) = 66.67%

 GREEN value IS 101 (39.84% from 255) = 33.33%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.67%
G = 33.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#CA6500 (or 0xCA6500) is known color: Tenne (Tawny). HEX triplet: CA, 65 and 00. RGB value is (202,101,0). Sum of RGB (Red+Green+Blue) = 202+101+0=303 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.67% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6500 is #359AFF. Grayscale: #787878. Windows color (decimal): -3513088 or 26058. OLE color: 26058.

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

Color convert

RGB 202 101 0 -
CMYK 0 0.50 1 0.21
HSL 30º 1% 0.4% -
HSV(B) 30º 1% 0.79% -
XYZ 29.01 21.86 2.69 -
YUV 119.69 60.46 186.71 -
System Red Green Blue C M Y K H S L
Decimal 202 101 0 0 0.50 1 0.21 30 1 0.4
Hex CA 65 0 0 32 64 15 1E 64 28
Octal 312 145 0 0 62 144 25 36 144 50
Binary 11001010 1100101 0 0 110010 1100100 10101 11110 1100100 101000

Color Harmonies of #CA6500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6500

Black with #CA6500

Text Example


Text Example

White with #CA6500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6500; }

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

 H1.HeaderClassName
 {
   color: #CA6500;
 }
 .AnyTagClassName
 {
   color: #CA6500;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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