Html Css Color HEX #C95B0C Tenne (Tawny)

📋 copy color: '#C95B0C'

red 201 ◦ green 91 ◦ blue 12

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

Shades of Tenne (Tawny) #C95B0C

Tints of Tenne (Tawny) #C95B0C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.93%

 BLUE value IS 12 (5.08% from 255) = 3.95%

R = 66.12%
G = 29.93%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C95B0C (or 0xC95B0C) is known color: Tenne (Tawny). HEX triplet: C9, 5B and 0C. RGB value is (201,91,12). Sum of RGB (Red+Green+Blue) = 201+91+12=304 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.12% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 201 - color contains mainly: red. Hex color #C95B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95B0C is #36A4F3. Grayscale: #737373. Windows color (decimal): -3581172 or 809929. OLE color: 809929.

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

Color convert

RGB 201 91 12 -
CMYK 0 0.55 0.94 0.21
HSL 25.08º 0.89% 0.42% -
HSV(B) 25.08º 0.94% 0.79% -
XYZ 27.89 19.93 2.72 -
YUV 114.88 69.94 189.42 -
System Red Green Blue C M Y K H S L
Decimal 201 91 12 0 0.55 0.94 0.21 25.08 0.89 0.42
Hex C9 5B C 0 37 5E 15 19 59 2A
Octal 311 133 14 0 67 136 25 31 131 52
Binary 11001001 1011011 1100 0 110111 1011110 10101 11001 1011001 101010

Color Harmonies of #C95B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95B0C

Black with #C95B0C

Text Example


Text Example

White with #C95B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95B0C; }

 p { color: rgb(201,91,12); }

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

background-color css

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

 a { background-color: rgb(201,91,12); }

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

border-color css

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

 span { border-color: rgb(201,91,12); }

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