Html Css Color HEX #C95A00 Tenne (Tawny)

📋 copy color: '#C95A00'

red 201 ◦ green 90 ◦ blue 0

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

Shades of Tenne (Tawny) #C95A00

Tints of Tenne (Tawny) #C95A00

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.93%

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

R = 69.07%
G = 30.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#C95A00 (or 0xC95A00) is known color: Tenne (Tawny). HEX triplet: C9, 5A and 00. RGB value is (201,90,0). Sum of RGB (Red+Green+Blue) = 201+90+0=291 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.07% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95A00 is #36A5FF. Grayscale: #717171. Windows color (decimal): -3581440 or 23241. OLE color: 23241.

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

Color convert

RGB 201 90 0 -
CMYK 0 0.55 1 0.21
HSL 26.87º 1% 0.39% -
HSV(B) 26.87º 1% 0.79% -
XYZ 27.74 19.73 2.35 -
YUV 112.93 64.27 190.82 -
System Red Green Blue C M Y K H S L
Decimal 201 90 0 0 0.55 1 0.21 26.87 1 0.39
Hex C9 5A 0 0 37 64 15 1B 64 27
Octal 311 132 0 0 67 144 25 33 144 47
Binary 11001001 1011010 0 0 110111 1100100 10101 11011 1100100 100111

Color Harmonies of #C95A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95A00

Black with #C95A00

Text Example


Text Example

White with #C95A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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