Html Css Color HEX #C95105 Tenne (Tawny)

📋 copy color: '#C95105'

red 201 ◦ green 81 ◦ blue 5

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

Shades of Tenne (Tawny) #C95105

Tints of Tenne (Tawny) #C95105

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.22%

 BLUE value IS 5 (2.34% from 255) = 1.74%

R = 70.03%
G = 28.22%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#C95105 (or 0xC95105) is known color: Tenne (Tawny). HEX triplet: C9, 51 and 05. RGB value is (201,81,5). Sum of RGB (Red+Green+Blue) = 201+81+5=287 (38% of max value = 765). Red value is 201 (78.91% from 255 or 70.03% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 5 (2.34% from 255 or 1.74% from 287); Max value from RGB is 201 - color contains mainly: red. Hex color #C95105 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95105 is #36AEFA. Grayscale: #6C6C6C. Windows color (decimal): -3583739 or 348617. OLE color: 348617.

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

Color convert

RGB 201 81 5 -
CMYK 0 0.60 0.98 0.21
HSL 23.27º 0.95% 0.4% -
HSV(B) 23.27º 0.98% 0.79% -
XYZ 27.06 18.31 2.25 -
YUV 108.22 69.76 194.18 -
System Red Green Blue C M Y K H S L
Decimal 201 81 5 0 0.60 0.98 0.21 23.27 0.95 0.4
Hex C9 51 5 0 3C 62 15 17 5F 28
Octal 311 121 5 0 74 142 25 27 137 50
Binary 11001001 1010001 101 0 111100 1100010 10101 10111 1011111 101000

Color Harmonies of #C95105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95105

Black with #C95105

Text Example


Text Example

White with #C95105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95105; }

 p { color: rgb(201,81,5); }

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

background-color css

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

 a { background-color: rgb(201,81,5); }

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

border-color css

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

 span { border-color: rgb(201,81,5); }

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