Html Css Color HEX #CA5211 Tenne (Tawny)

📋 copy color: '#CA5211'

red 202 ◦ green 82 ◦ blue 17

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

Shades of Tenne (Tawny) #CA5211

Tints of Tenne (Tawny) #CA5211

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.24%

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

R = 67.11%
G = 27.24%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CA5211 (or 0xCA5211) is known color: Tenne (Tawny). HEX triplet: CA, 52 and 11. RGB value is (202,82,17). Sum of RGB (Red+Green+Blue) = 202+82+17=301 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.11% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 17 (7.03% from 255 or 5.65% from 301); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5211 is #35ADEE. Grayscale: #6E6E6E. Windows color (decimal): -3517935 or 1135306. OLE color: 1135306.

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

Color convert

RGB 202 82 17 -
CMYK 0 0.59 0.92 0.21
HSL 21.08º 0.84% 0.43% -
HSV(B) 21.08º 0.92% 0.79% -
XYZ 27.48 18.63 2.68 -
YUV 110.47 75.26 193.29 -
System Red Green Blue C M Y K H S L
Decimal 202 82 17 0 0.59 0.92 0.21 21.08 0.84 0.43
Hex CA 52 11 0 3B 5C 15 15 54 2B
Octal 312 122 21 0 73 134 25 25 124 53
Binary 11001010 1010010 10001 0 111011 1011100 10101 10101 1010100 101011

Color Harmonies of #CA5211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5211

Black with #CA5211

Text Example


Text Example

White with #CA5211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5211; }

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

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

background-color css

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

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

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

border-color css

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

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

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