Html Css Color HEX #C95600 Tenne (Tawny)

📋 copy color: '#C95600'

red 201 ◦ green 86 ◦ blue 0

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

Shades of Tenne (Tawny) #C95600

Tints of Tenne (Tawny) #C95600

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.97%

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

R = 70.03%
G = 29.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#C95600 (or 0xC95600) is known color: Tenne (Tawny). HEX triplet: C9, 56 and 00. RGB value is (201,86,0). Sum of RGB (Red+Green+Blue) = 201+86+0=287 (38% of max value = 765). Red value is 201 (78.91% from 255 or 70.03% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 201 - color contains mainly: red. Hex color #C95600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95600 is #36A9FF. Grayscale: #6F6F6F. Windows color (decimal): -3582464 or 22217. OLE color: 22217.

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

Color convert

RGB 201 86 0 -
CMYK 0 0.57 1 0.21
HSL 25.67º 1% 0.39% -
HSV(B) 25.67º 1% 0.79% -
XYZ 27.42 19.07 2.24 -
YUV 110.58 65.6 192.49 -
System Red Green Blue C M Y K H S L
Decimal 201 86 0 0 0.57 1 0.21 25.67 1 0.39
Hex C9 56 0 0 39 64 15 1A 64 27
Octal 311 126 0 0 71 144 25 32 144 47
Binary 11001001 1010110 0 0 111001 1100100 10101 11010 1100100 100111

Color Harmonies of #C95600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95600

Black with #C95600

Text Example


Text Example

White with #C95600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95600; }

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

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

background-color css

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

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

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

border-color css

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

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

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