Html Css Color HEX #C95700 Tenne (Tawny)

📋 copy color: '#C95700'

red 201 ◦ green 87 ◦ blue 0

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

Shades of Tenne (Tawny) #C95700

Tints of Tenne (Tawny) #C95700

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.21%

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

R = 69.79%
G = 30.21%
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

#C95700 (or 0xC95700) is known color: Tenne (Tawny). HEX triplet: C9, 57 and 00. RGB value is (201,87,0). Sum of RGB (Red+Green+Blue) = 201+87+0=288 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.79% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 201 - color contains mainly: red. Hex color #C95700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95700 is #36A8FF. Grayscale: #6F6F6F. Windows color (decimal): -3582208 or 22473. OLE color: 22473.

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

Color convert

RGB 201 87 0 -
CMYK 0 0.57 1 0.21
HSL 25.97º 1% 0.39% -
HSV(B) 25.97º 1% 0.79% -
XYZ 27.5 19.23 2.26 -
YUV 111.17 65.27 192.07 -
System Red Green Blue C M Y K H S L
Decimal 201 87 0 0 0.57 1 0.21 25.97 1 0.39
Hex C9 57 0 0 39 64 15 1A 64 27
Octal 311 127 0 0 71 144 25 32 144 47
Binary 11001001 1010111 0 0 111001 1100100 10101 11010 1100100 100111

Color Harmonies of #C95700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95700

Black with #C95700

Text Example


Text Example

White with #C95700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95700; }

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

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

background-color css

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

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

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

border-color css

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

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

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