Html Css Color HEX #CA7000 Tenne (Tawny)

📋 copy color: '#CA7000'

red 202 ◦ green 112 ◦ blue 0

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

Shades of Tenne (Tawny) #CA7000

Tints of Tenne (Tawny) #CA7000

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.67%

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

R = 64.33%
G = 35.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#CA7000 (or 0xCA7000) is known color: Tenne (Tawny). HEX triplet: CA, 70 and 00. RGB value is (202,112,0). Sum of RGB (Red+Green+Blue) = 202+112+0=314 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.33% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7000 is #358FFF. Grayscale: #7E7E7E. Windows color (decimal): -3510272 or 28874. OLE color: 28874.

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

Color convert

RGB 202 112 0 -
CMYK 0 0.45 1 0.21
HSL 33.27º 1% 0.4% -
HSV(B) 33.27º 1% 0.79% -
XYZ 30.15 24.14 3.07 -
YUV 126.14 56.82 182.11 -
System Red Green Blue C M Y K H S L
Decimal 202 112 0 0 0.45 1 0.21 33.27 1 0.4
Hex CA 70 0 0 2D 64 15 21 64 28
Octal 312 160 0 0 55 144 25 41 144 50
Binary 11001010 1110000 0 0 101101 1100100 10101 100001 1100100 101000

Color Harmonies of #CA7000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7000

Black with #CA7000

Text Example


Text Example

White with #CA7000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7000; }

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

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

background-color css

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

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

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

border-color css

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

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

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