Html Css Color HEX #CA5A11 Tenne (Tawny)

📋 copy color: '#CA5A11'

red 202 ◦ green 90 ◦ blue 17

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

Shades of Tenne (Tawny) #CA5A11

Tints of Tenne (Tawny) #CA5A11

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.13%

 BLUE value IS 17 (7.03% from 255) = 5.5%

R = 65.37%
G = 29.13%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CA5A11 (or 0xCA5A11) is known color: Tenne (Tawny). HEX triplet: CA, 5A and 11. RGB value is (202,90,17). Sum of RGB (Red+Green+Blue) = 202+90+17=309 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.37% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 17 (7.03% from 255 or 5.50% from 309); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5A11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5A11 is #35A5EE. Grayscale: #737373. Windows color (decimal): -3515887 or 1137354. OLE color: 1137354.

HSL color Cylindrical-coordinate representation of color #CA5A11: hue angle of 23.68º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA5A11 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 90 17 -
CMYK 0 0.55 0.92 0.21
HSL 23.68º 0.84% 0.43% -
HSV(B) 23.68º 0.92% 0.79% -
XYZ 28.11 19.91 2.89 -
YUV 115.17 72.61 189.94 -
System Red Green Blue C M Y K H S L
Decimal 202 90 17 0 0.55 0.92 0.21 23.68 0.84 0.43
Hex CA 5A 11 0 37 5C 15 18 54 2B
Octal 312 132 21 0 67 134 25 30 124 53
Binary 11001010 1011010 10001 0 110111 1011100 10101 11000 1010100 101011

Color Harmonies of #CA5A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5A11

Black with #CA5A11

Text Example


Text Example

White with #CA5A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5A11; }

 p { color: rgb(202,90,17); }

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

background-color css

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

 a { background-color: rgb(202,90,17); }

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

border-color css

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

 span { border-color: rgb(202,90,17); }

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