Html Css Color HEX #CA5C10 Tenne (Tawny)

📋 copy color: '#CA5C10'

red 202 ◦ green 92 ◦ blue 16

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

Shades of Tenne (Tawny) #CA5C10

Tints of Tenne (Tawny) #CA5C10

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.68%

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

R = 65.16%
G = 29.68%
B = 5.16%

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

#CA5C10 (or 0xCA5C10) is known color: Tenne (Tawny). HEX triplet: CA, 5C and 10. RGB value is (202,92,16). Sum of RGB (Red+Green+Blue) = 202+92+16=310 (41% of max value = 765). Red value is 202 (79.30% from 255 or 65.16% from 310); Green value is 92 (36.33% from 255 or 29.68% from 310); Blue value is 16 (6.64% from 255 or 5.16% from 310); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5C10 is #35A3EF. Grayscale: #747474. Windows color (decimal): -3515376 or 1072330. OLE color: 1072330.

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

Color convert

RGB 202 92 16 -
CMYK 0 0.54 0.92 0.21
HSL 24.52º 0.85% 0.43% -
HSV(B) 24.52º 0.92% 0.79% -
XYZ 28.28 20.25 2.91 -
YUV 116.23 71.44 189.18 -
System Red Green Blue C M Y K H S L
Decimal 202 92 16 0 0.54 0.92 0.21 24.52 0.85 0.43
Hex CA 5C 10 0 36 5C 15 19 55 2B
Octal 312 134 20 0 66 134 25 31 125 53
Binary 11001010 1011100 10000 0 110110 1011100 10101 11001 1010101 101011

Color Harmonies of #CA5C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5C10

Black with #CA5C10

Text Example


Text Example

White with #CA5C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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