Html Css Color HEX #CA5110 Tenne (Tawny)

📋 copy color: '#CA5110'

red 202 ◦ green 81 ◦ blue 16

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

Shades of Tenne (Tawny) #CA5110

Tints of Tenne (Tawny) #CA5110

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.09%

 BLUE value IS 16 (6.64% from 255) = 5.35%

R = 67.56%
G = 27.09%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CA5110 (or 0xCA5110) is known color: Tenne (Tawny). HEX triplet: CA, 51 and 10. RGB value is (202,81,16). Sum of RGB (Red+Green+Blue) = 202+81+16=299 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.56% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 16 (6.64% from 255 or 5.35% from 299); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5110 is #35AEEF. Grayscale: #6E6E6E. Windows color (decimal): -3518192 or 1069514. OLE color: 1069514.

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

Color convert

RGB 202 81 16 -
CMYK 0 0.60 0.92 0.21
HSL 20.97º 0.85% 0.43% -
HSV(B) 20.97º 0.92% 0.79% -
XYZ 27.39 18.48 2.61 -
YUV 109.77 75.09 193.79 -
System Red Green Blue C M Y K H S L
Decimal 202 81 16 0 0.60 0.92 0.21 20.97 0.85 0.43
Hex CA 51 10 0 3C 5C 15 15 55 2B
Octal 312 121 20 0 74 134 25 25 125 53
Binary 11001010 1010001 10000 0 111100 1011100 10101 10101 1010101 101011

Color Harmonies of #CA5110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5110

Black with #CA5110

Text Example


Text Example

White with #CA5110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5110; }

 p { color: rgb(202,81,16); }

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

background-color css

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

 a { background-color: rgb(202,81,16); }

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

border-color css

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

 span { border-color: rgb(202,81,16); }

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