Html Css Color HEX #CA5E10 Tenne (Tawny)

📋 copy color: '#CA5E10'

red 202 ◦ green 94 ◦ blue 16

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

Shades of Tenne (Tawny) #CA5E10

Tints of Tenne (Tawny) #CA5E10

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.13%

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

R = 64.74%
G = 30.13%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CA5E10 (or 0xCA5E10) is known color: Tenne (Tawny). HEX triplet: CA, 5E and 10. RGB value is (202,94,16). Sum of RGB (Red+Green+Blue) = 202+94+16=312 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.74% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 16 (6.64% from 255 or 5.13% from 312); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5E10 is #35A1EF. Grayscale: #757575. Windows color (decimal): -3514864 or 1072842. OLE color: 1072842.

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

Color convert

RGB 202 94 16 -
CMYK 0 0.53 0.92 0.21
HSL 25.16º 0.85% 0.43% -
HSV(B) 25.16º 0.92% 0.79% -
XYZ 28.45 20.6 2.97 -
YUV 117.4 70.78 188.34 -
System Red Green Blue C M Y K H S L
Decimal 202 94 16 0 0.53 0.92 0.21 25.16 0.85 0.43
Hex CA 5E 10 0 35 5C 15 19 55 2B
Octal 312 136 20 0 65 134 25 31 125 53
Binary 11001010 1011110 10000 0 110101 1011100 10101 11001 1010101 101011

Color Harmonies of #CA5E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5E10

Black with #CA5E10

Text Example


Text Example

White with #CA5E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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