Html Css Color HEX #C95103 Tenne (Tawny)

📋 copy color: '#C95103'

red 201 ◦ green 81 ◦ blue 3

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

Shades of Tenne (Tawny) #C95103

Tints of Tenne (Tawny) #C95103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.05%

R = 70.53%
G = 28.42%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#C95103 (or 0xC95103) is known color: Tenne (Tawny). HEX triplet: C9, 51 and 03. RGB value is (201,81,3). Sum of RGB (Red+Green+Blue) = 201+81+3=285 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.53% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 3 (1.56% from 255 or 1.05% from 285); Max value from RGB is 201 - color contains mainly: red. Hex color #C95103 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95103 is #36AEFC. Grayscale: #6C6C6C. Windows color (decimal): -3583741 or 217545. OLE color: 217545.

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

Color convert

RGB 201 81 3 -
CMYK 0 0.60 0.99 0.21
HSL 23.64º 0.97% 0.4% -
HSV(B) 23.64º 0.99% 0.79% -
XYZ 27.05 18.31 2.19 -
YUV 107.99 68.76 194.34 -
System Red Green Blue C M Y K H S L
Decimal 201 81 3 0 0.60 0.99 0.21 23.64 0.97 0.4
Hex C9 51 3 0 3C 63 15 18 61 28
Octal 311 121 3 0 74 143 25 30 141 50
Binary 11001001 1010001 11 0 111100 1100011 10101 11000 1100001 101000

Color Harmonies of #C95103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95103

Black with #C95103

Text Example


Text Example

White with #C95103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95103; }

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

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

background-color css

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

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

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

border-color css

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

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

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