Html Css Color HEX #C95E08 Tenne (Tawny)

📋 copy color: '#C95E08'

red 201 ◦ green 94 ◦ blue 8

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

Shades of Tenne (Tawny) #C95E08

Tints of Tenne (Tawny) #C95E08

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.02%

 BLUE value IS 8 (3.52% from 255) = 2.64%

R = 66.34%
G = 31.02%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#C95E08 (or 0xC95E08) is known color: Tenne (Tawny). HEX triplet: C9, 5E and 08. RGB value is (201,94,8). Sum of RGB (Red+Green+Blue) = 201+94+8=303 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.34% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 8 (3.52% from 255 or 2.64% from 303); Max value from RGB is 201 - color contains mainly: red. Hex color #C95E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95E08 is #36A1F7. Grayscale: #747474. Windows color (decimal): -3580408 or 548553. OLE color: 548553.

HSL color Cylindrical-coordinate representation of color #C95E08: hue angle of 26.74º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C95E08 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 94 8 -
CMYK 0 0.53 0.96 0.21
HSL 26.74º 0.92% 0.41% -
HSV(B) 26.74º 0.96% 0.79% -
XYZ 28.13 20.44 2.69 -
YUV 116.19 66.95 188.49 -
System Red Green Blue C M Y K H S L
Decimal 201 94 8 0 0.53 0.96 0.21 26.74 0.92 0.41
Hex C9 5E 8 0 35 60 15 1B 5C 29
Octal 311 136 10 0 65 140 25 33 134 51
Binary 11001001 1011110 1000 0 110101 1100000 10101 11011 1011100 101001

Color Harmonies of #C95E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95E08

Black with #C95E08

Text Example


Text Example

White with #C95E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95E08; }

 p { color: rgb(201,94,8); }

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

background-color css

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

 a { background-color: rgb(201,94,8); }

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

border-color css

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

 span { border-color: rgb(201,94,8); }

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