Html Css Color HEX #C95205 Tenne (Tawny)

📋 copy color: '#C95205'

red 201 ◦ green 82 ◦ blue 5

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

Shades of Tenne (Tawny) #C95205

Tints of Tenne (Tawny) #C95205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.74%

R = 69.79%
G = 28.47%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#C95205 (or 0xC95205) is known color: Tenne (Tawny). HEX triplet: C9, 52 and 05. RGB value is (201,82,5). Sum of RGB (Red+Green+Blue) = 201+82+5=288 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.79% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 5 (2.34% from 255 or 1.74% from 288); Max value from RGB is 201 - color contains mainly: red. Hex color #C95205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95205 is #36ADFA. Grayscale: #6D6D6D. Windows color (decimal): -3583483 or 348873. OLE color: 348873.

HSL color Cylindrical-coordinate representation of color #C95205: hue angle of 23.57º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C95205 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 82 5 -
CMYK 0 0.59 0.98 0.21
HSL 23.57º 0.95% 0.4% -
HSV(B) 23.57º 0.98% 0.79% -
XYZ 27.13 18.46 2.28 -
YUV 108.8 69.42 193.76 -
System Red Green Blue C M Y K H S L
Decimal 201 82 5 0 0.59 0.98 0.21 23.57 0.95 0.4
Hex C9 52 5 0 3B 62 15 18 5F 28
Octal 311 122 5 0 73 142 25 30 137 50
Binary 11001001 1010010 101 0 111011 1100010 10101 11000 1011111 101000

Color Harmonies of #C95205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95205

Black with #C95205

Text Example


Text Example

White with #C95205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95205; }

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

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

background-color css

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

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

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

border-color css

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

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

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