Html Css Color HEX #C95C00 Tenne (Tawny)

📋 copy color: '#C95C00'

red 201 ◦ green 92 ◦ blue 0

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

Shades of Tenne (Tawny) #C95C00

Tints of Tenne (Tawny) #C95C00

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.4%

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

R = 68.6%
G = 31.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#C95C00 (or 0xC95C00) is known color: Tenne (Tawny). HEX triplet: C9, 5C and 00. RGB value is (201,92,0). Sum of RGB (Red+Green+Blue) = 201+92+0=293 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.60% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95C00 is #36A3FF. Grayscale: #727272. Windows color (decimal): -3580928 or 23753. OLE color: 23753.

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

Color convert

RGB 201 92 0 -
CMYK 0 0.54 1 0.21
HSL 27.46º 1% 0.39% -
HSV(B) 27.46º 1% 0.79% -
XYZ 27.91 20.07 2.4 -
YUV 114.1 63.61 189.98 -
System Red Green Blue C M Y K H S L
Decimal 201 92 0 0 0.54 1 0.21 27.46 1 0.39
Hex C9 5C 0 0 36 64 15 1B 64 27
Octal 311 134 0 0 66 144 25 33 144 47
Binary 11001001 1011100 0 0 110110 1100100 10101 11011 1100100 100111

Color Harmonies of #C95C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95C00

Black with #C95C00

Text Example


Text Example

White with #C95C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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