Html Css Color HEX #C95D0A Tenne (Tawny)

📋 copy color: '#C95D0A'

red 201 ◦ green 93 ◦ blue 10

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

Shades of Tenne (Tawny) #C95D0A

Tints of Tenne (Tawny) #C95D0A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.59%

 BLUE value IS 10 (4.3% from 255) = 3.29%

R = 66.12%
G = 30.59%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#C95D0A (or 0xC95D0A) is known color: Tenne (Tawny). HEX triplet: C9, 5D and 0A. RGB value is (201,93,10). Sum of RGB (Red+Green+Blue) = 201+93+10=304 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.12% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 10 (4.30% from 255 or 3.29% from 304); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95D0A is #36A2F5. Grayscale: #747474. Windows color (decimal): -3580662 or 679369. OLE color: 679369.

HSL color Cylindrical-coordinate representation of color #C95D0A: hue angle of 26.07º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C95D0A is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 93 10 -
CMYK 0 0.54 0.95 0.21
HSL 26.07º 0.91% 0.41% -
HSV(B) 26.07º 0.95% 0.79% -
XYZ 28.06 20.27 2.72 -
YUV 115.83 68.28 188.75 -
System Red Green Blue C M Y K H S L
Decimal 201 93 10 0 0.54 0.95 0.21 26.07 0.91 0.41
Hex C9 5D A 0 36 5F 15 1A 5B 29
Octal 311 135 12 0 66 137 25 32 133 51
Binary 11001001 1011101 1010 0 110110 1011111 10101 11010 1011011 101001

Color Harmonies of #C95D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95D0A

Black with #C95D0A

Text Example


Text Example

White with #C95D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95D0A; }

 p { color: rgb(201,93,10); }

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

background-color css

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

 a { background-color: rgb(201,93,10); }

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

border-color css

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

 span { border-color: rgb(201,93,10); }

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