Html Css Color HEX #C95503 Tenne (Tawny)

📋 copy color: '#C95503'

red 201 ◦ green 85 ◦ blue 3

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

Shades of Tenne (Tawny) #C95503

Tints of Tenne (Tawny) #C95503

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.41%

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

R = 69.55%
G = 29.41%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#C95503 (or 0xC95503) is known color: Tenne (Tawny). HEX triplet: C9, 55 and 03. RGB value is (201,85,3). Sum of RGB (Red+Green+Blue) = 201+85+3=289 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.55% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 3 (1.56% from 255 or 1.04% from 289); Max value from RGB is 201 - color contains mainly: red. Hex color #C95503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95503 is #36AAFC. Grayscale: #6E6E6E. Windows color (decimal): -3582717 or 218569. OLE color: 218569.

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

Color convert

RGB 201 85 3 -
CMYK 0 0.58 0.99 0.21
HSL 24.85º 0.97% 0.4% -
HSV(B) 24.85º 0.99% 0.79% -
XYZ 27.35 18.92 2.3 -
YUV 110.34 67.43 192.67 -
System Red Green Blue C M Y K H S L
Decimal 201 85 3 0 0.58 0.99 0.21 24.85 0.97 0.4
Hex C9 55 3 0 3A 63 15 19 61 28
Octal 311 125 3 0 72 143 25 31 141 50
Binary 11001001 1010101 11 0 111010 1100011 10101 11001 1100001 101000

Color Harmonies of #C95503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95503

Black with #C95503

Text Example


Text Example

White with #C95503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95503; }

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

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

background-color css

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

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

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

border-color css

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

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

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