Html Css Color HEX #C95A0C Tenne (Tawny)

📋 copy color: '#C95A0C'

red 201 ◦ green 90 ◦ blue 12

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

Shades of Tenne (Tawny) #C95A0C

Tints of Tenne (Tawny) #C95A0C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.7%

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

R = 66.34%
G = 29.7%
B = 3.96%

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

#C95A0C (or 0xC95A0C) is known color: Tenne (Tawny). HEX triplet: C9, 5A and 0C. RGB value is (201,90,12). Sum of RGB (Red+Green+Blue) = 201+90+12=303 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.34% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95A0C is #36A5F3. Grayscale: #727272. Windows color (decimal): -3581428 or 809673. OLE color: 809673.

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

Color convert

RGB 201 90 12 -
CMYK 0 0.55 0.94 0.21
HSL 24.76º 0.89% 0.42% -
HSV(B) 24.76º 0.94% 0.79% -
XYZ 27.81 19.76 2.7 -
YUV 114.3 70.27 189.84 -
System Red Green Blue C M Y K H S L
Decimal 201 90 12 0 0.55 0.94 0.21 24.76 0.89 0.42
Hex C9 5A C 0 37 5E 15 19 59 2A
Octal 311 132 14 0 67 136 25 31 131 52
Binary 11001001 1011010 1100 0 110111 1011110 10101 11001 1011001 101010

Color Harmonies of #C95A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95A0C

Black with #C95A0C

Text Example


Text Example

White with #C95A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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