Html Css Color HEX #CA5900 Tenne (Tawny)

📋 copy color: '#CA5900'

red 202 ◦ green 89 ◦ blue 0

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

Shades of Tenne (Tawny) #CA5900

Tints of Tenne (Tawny) #CA5900

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.58%

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

R = 69.42%
G = 30.58%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#CA5900 (or 0xCA5900) is known color: Tenne (Tawny). HEX triplet: CA, 59 and 00. RGB value is (202,89,0). Sum of RGB (Red+Green+Blue) = 202+89+0=291 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.42% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5900 is #35A6FF. Grayscale: #717171. Windows color (decimal): -3516160 or 22986. OLE color: 22986.

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

Color convert

RGB 202 89 0 -
CMYK 0 0.56 1 0.21
HSL 26.44º 1% 0.4% -
HSV(B) 26.44º 1% 0.79% -
XYZ 27.93 19.7 2.33 -
YUV 112.64 64.44 191.74 -
System Red Green Blue C M Y K H S L
Decimal 202 89 0 0 0.56 1 0.21 26.44 1 0.4
Hex CA 59 0 0 38 64 15 1A 64 28
Octal 312 131 0 0 70 144 25 32 144 50
Binary 11001010 1011001 0 0 111000 1100100 10101 11010 1100100 101000

Color Harmonies of #CA5900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5900

Black with #CA5900

Text Example


Text Example

White with #CA5900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5900; }

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

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

background-color css

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

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

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

border-color css

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

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

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