Html Css Color HEX #C95210 Tenne (Tawny)

📋 copy color: '#C95210'

red 201 ◦ green 82 ◦ blue 16

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

Shades of Tenne (Tawny) #C95210

Tints of Tenne (Tawny) #C95210

RGB

 RED value IS 201 (78.91% from 255) = 67.22%

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

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

R = 67.22%
G = 27.42%
B = 5.35%

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

#C95210 (or 0xC95210) is known color: Tenne (Tawny). HEX triplet: C9, 52 and 10. RGB value is (201,82,16). Sum of RGB (Red+Green+Blue) = 201+82+16=299 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.22% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 16 (6.64% from 255 or 5.35% from 299); Max value from RGB is 201 - color contains mainly: red. Hex color #C95210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95210 is #36ADEF. Grayscale: #6E6E6E. Windows color (decimal): -3583472 or 1069769. OLE color: 1069769.

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

Color convert

RGB 201 82 16 -
CMYK 0 0.59 0.92 0.21
HSL 21.41º 0.85% 0.43% -
HSV(B) 21.41º 0.92% 0.79% -
XYZ 27.2 18.49 2.63 -
YUV 110.06 74.92 192.87 -
System Red Green Blue C M Y K H S L
Decimal 201 82 16 0 0.59 0.92 0.21 21.41 0.85 0.43
Hex C9 52 10 0 3B 5C 15 15 55 2B
Octal 311 122 20 0 73 134 25 25 125 53
Binary 11001001 1010010 10000 0 111011 1011100 10101 10101 1010101 101011

Color Harmonies of #C95210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95210

Black with #C95210

Text Example


Text Example

White with #C95210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95210; }

 p { color: rgb(201,82,16); }

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

background-color css

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

 a { background-color: rgb(201,82,16); }

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

border-color css

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

 span { border-color: rgb(201,82,16); }

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