Html Css Color HEX #C95500 Tenne (Tawny)

📋 copy color: '#C95500'

red 201 ◦ green 85 ◦ blue 0

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

Shades of Tenne (Tawny) #C95500

Tints of Tenne (Tawny) #C95500

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.72%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.28%
G = 29.72%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#C95500 (or 0xC95500) is known color: Tenne (Tawny). HEX triplet: C9, 55 and 00. RGB value is (201,85,0). Sum of RGB (Red+Green+Blue) = 201+85+0=286 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.28% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 201 - color contains mainly: red. Hex color #C95500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95500 is #36AAFF. Grayscale: #6E6E6E. Windows color (decimal): -3582720 or 21961. OLE color: 21961.

HSL color Cylindrical-coordinate representation of color #C95500: hue angle of 25.37º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C95500 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 85 0 -
CMYK 0 0.58 1 0.21
HSL 25.37º 1% 0.39% -
HSV(B) 25.37º 1% 0.79% -
XYZ 27.34 18.91 2.21 -
YUV 109.99 65.93 192.91 -
System Red Green Blue C M Y K H S L
Decimal 201 85 0 0 0.58 1 0.21 25.37 1 0.39
Hex C9 55 0 0 3A 64 15 19 64 27
Octal 311 125 0 0 72 144 25 31 144 47
Binary 11001001 1010101 0 0 111010 1100100 10101 11001 1100100 100111

Color Harmonies of #C95500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95500

Black with #C95500

Text Example


Text Example

White with #C95500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95500; }

 p { color: rgb(201,85,0); }

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

background-color css

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

 a { background-color: rgb(201,85,0); }

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

border-color css

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

 span { border-color: rgb(201,85,0); }

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