Html Css Color HEX #C95006 Tenne (Tawny)

📋 copy color: '#C95006'

red 201 ◦ green 80 ◦ blue 6

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

Shades of Tenne (Tawny) #C95006

Tints of Tenne (Tawny) #C95006

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.87%

 BLUE value IS 6 (2.73% from 255) = 2.09%

R = 70.03%
G = 27.87%
B = 2.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#C95006 (or 0xC95006) is known color: Tenne (Tawny). HEX triplet: C9, 50 and 06. RGB value is (201,80,6). Sum of RGB (Red+Green+Blue) = 201+80+6=287 (38% of max value = 765). Red value is 201 (78.91% from 255 or 70.03% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 6 (2.73% from 255 or 2.09% from 287); Max value from RGB is 201 - color contains mainly: red. Hex color #C95006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95006 is #36AFF9. Grayscale: #6C6C6C. Windows color (decimal): -3583994 or 413897. OLE color: 413897.

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

Color convert

RGB 201 80 6 -
CMYK 0 0.60 0.97 0.21
HSL 22.77º 0.94% 0.41% -
HSV(B) 22.77º 0.97% 0.79% -
XYZ 26.99 18.17 2.26 -
YUV 107.74 70.59 194.52 -
System Red Green Blue C M Y K H S L
Decimal 201 80 6 0 0.60 0.97 0.21 22.77 0.94 0.41
Hex C9 50 6 0 3C 61 15 17 5E 29
Octal 311 120 6 0 74 141 25 27 136 51
Binary 11001001 1010000 110 0 111100 1100001 10101 10111 1011110 101001

Color Harmonies of #C95006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95006

Black with #C95006

Text Example


Text Example

White with #C95006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95006; }

 p { color: rgb(201,80,6); }

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

background-color css

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

 a { background-color: rgb(201,80,6); }

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

border-color css

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

 span { border-color: rgb(201,80,6); }

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