Html Css Color HEX #C95804 Tenne (Tawny)

📋 copy color: '#C95804'

red 201 ◦ green 88 ◦ blue 4

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

Shades of Tenne (Tawny) #C95804

Tints of Tenne (Tawny) #C95804

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.03%

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

R = 68.6%
G = 30.03%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#C95804 (or 0xC95804) is known color: Tenne (Tawny). HEX triplet: C9, 58 and 04. RGB value is (201,88,4). Sum of RGB (Red+Green+Blue) = 201+88+4=293 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.60% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 4 (1.95% from 255 or 1.37% from 293); Max value from RGB is 201 - color contains mainly: red. Hex color #C95804 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95804 is #36A7FB. Grayscale: #707070. Windows color (decimal): -3581948 or 284873. OLE color: 284873.

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

Color convert

RGB 201 88 4 -
CMYK 0 0.56 0.98 0.21
HSL 25.58º 0.96% 0.4% -
HSV(B) 25.58º 0.98% 0.79% -
XYZ 27.6 19.41 2.41 -
YUV 112.21 66.94 191.33 -
System Red Green Blue C M Y K H S L
Decimal 201 88 4 0 0.56 0.98 0.21 25.58 0.96 0.4
Hex C9 58 4 0 38 62 15 1A 60 28
Octal 311 130 4 0 70 142 25 32 140 50
Binary 11001001 1011000 100 0 111000 1100010 10101 11010 1100000 101000

Color Harmonies of #C95804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95804

Black with #C95804

Text Example


Text Example

White with #C95804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95804; }

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

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

background-color css

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

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

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

border-color css

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

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

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