Html Css Color HEX #CA5D10 Tenne (Tawny)

📋 copy color: '#CA5D10'

red 202 ◦ green 93 ◦ blue 16

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

Shades of Tenne (Tawny) #CA5D10

Tints of Tenne (Tawny) #CA5D10

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.9%

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

R = 64.95%
G = 29.9%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CA5D10 (or 0xCA5D10) is known color: Tenne (Tawny). HEX triplet: CA, 5D and 10. RGB value is (202,93,16). Sum of RGB (Red+Green+Blue) = 202+93+16=311 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.95% from 311); Green value is 93 (36.72% from 255 or 29.90% from 311); Blue value is 16 (6.64% from 255 or 5.14% from 311); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5D10 is #35A2EF. Grayscale: #757575. Windows color (decimal): -3515120 or 1072586. OLE color: 1072586.

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

Color convert

RGB 202 93 16 -
CMYK 0 0.54 0.92 0.21
HSL 24.84º 0.85% 0.43% -
HSV(B) 24.84º 0.92% 0.79% -
XYZ 28.37 20.42 2.94 -
YUV 116.81 71.11 188.76 -
System Red Green Blue C M Y K H S L
Decimal 202 93 16 0 0.54 0.92 0.21 24.84 0.85 0.43
Hex CA 5D 10 0 36 5C 15 19 55 2B
Octal 312 135 20 0 66 134 25 31 125 53
Binary 11001010 1011101 10000 0 110110 1011100 10101 11001 1010101 101011

Color Harmonies of #CA5D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5D10

Black with #CA5D10

Text Example


Text Example

White with #CA5D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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