Html Css Color HEX #C95A12 Tenne (Tawny)

📋 copy color: '#C95A12'

red 201 ◦ green 90 ◦ blue 18

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

Shades of Tenne (Tawny) #C95A12

Tints of Tenne (Tawny) #C95A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.83%

R = 65.05%
G = 29.13%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C95A12 (or 0xC95A12) is known color: Tenne (Tawny). HEX triplet: C9, 5A and 12. RGB value is (201,90,18). Sum of RGB (Red+Green+Blue) = 201+90+18=309 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.05% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95A12 is #36A5ED. Grayscale: #737373. Windows color (decimal): -3581422 or 1202889. OLE color: 1202889.

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

Color convert

RGB 201 90 18 -
CMYK 0 0.55 0.91 0.21
HSL 23.61º 0.84% 0.43% -
HSV(B) 23.61º 0.91% 0.79% -
XYZ 27.85 19.77 2.92 -
YUV 114.98 73.27 189.35 -
System Red Green Blue C M Y K H S L
Decimal 201 90 18 0 0.55 0.91 0.21 23.61 0.84 0.43
Hex C9 5A 12 0 37 5B 15 18 54 2B
Octal 311 132 22 0 67 133 25 30 124 53
Binary 11001001 1011010 10010 0 110111 1011011 10101 11000 1010100 101011

Color Harmonies of #C95A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95A12

Black with #C95A12

Text Example


Text Example

White with #C95A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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