Html Css Color HEX #CA5000 Tenne (Tawny)

📋 copy color: '#CA5000'

red 202 ◦ green 80 ◦ blue 0

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

Shades of Tenne (Tawny) #CA5000

Tints of Tenne (Tawny) #CA5000

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.37%

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

R = 71.63%
G = 28.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#CA5000 (or 0xCA5000) is known color: Tenne (Tawny). HEX triplet: CA, 50 and 00. RGB value is (202,80,0). Sum of RGB (Red+Green+Blue) = 202+80+0=282 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.63% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5000 is #35AFFF. Grayscale: #6B6B6B. Windows color (decimal): -3518464 or 20682. OLE color: 20682.

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

Color convert

RGB 202 80 0 -
CMYK 0 0.60 1 0.21
HSL 23.76º 1% 0.4% -
HSV(B) 23.76º 1% 0.79% -
XYZ 27.23 18.29 2.1 -
YUV 107.36 67.42 195.5 -
System Red Green Blue C M Y K H S L
Decimal 202 80 0 0 0.60 1 0.21 23.76 1 0.4
Hex CA 50 0 0 3C 64 15 18 64 28
Octal 312 120 0 0 74 144 25 30 144 50
Binary 11001010 1010000 0 0 111100 1100100 10101 11000 1100100 101000

Color Harmonies of #CA5000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5000

Black with #CA5000

Text Example


Text Example

White with #CA5000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5000; }

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

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

background-color css

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

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

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

border-color css

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

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

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