Html Css Color HEX #C95204 Tenne (Tawny)

📋 copy color: '#C95204'

red 201 ◦ green 82 ◦ blue 4

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

Shades of Tenne (Tawny) #C95204

Tints of Tenne (Tawny) #C95204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.39%

R = 70.03%
G = 28.57%
B = 1.39%

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

#C95204 (or 0xC95204) is known color: Tenne (Tawny). HEX triplet: C9, 52 and 04. RGB value is (201,82,4). Sum of RGB (Red+Green+Blue) = 201+82+4=287 (38% of max value = 765). Red value is 201 (78.91% from 255 or 70.03% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 4 (1.95% from 255 or 1.39% from 287); Max value from RGB is 201 - color contains mainly: red. Hex color #C95204 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95204 is #36ADFB. Grayscale: #6D6D6D. Windows color (decimal): -3583484 or 283337. OLE color: 283337.

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

Color convert

RGB 201 82 4 -
CMYK 0 0.59 0.98 0.21
HSL 23.76º 0.96% 0.4% -
HSV(B) 23.76º 0.98% 0.79% -
XYZ 27.13 18.46 2.25 -
YUV 108.69 68.92 193.84 -
System Red Green Blue C M Y K H S L
Decimal 201 82 4 0 0.59 0.98 0.21 23.76 0.96 0.4
Hex C9 52 4 0 3B 62 15 18 60 28
Octal 311 122 4 0 73 142 25 30 140 50
Binary 11001001 1010010 100 0 111011 1100010 10101 11000 1100000 101000

Color Harmonies of #C95204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95204

Black with #C95204

Text Example


Text Example

White with #C95204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95204; }

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

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

background-color css

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

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

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

border-color css

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

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

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