Html Css Color HEX #C95303 Tenne (Tawny)

📋 copy color: '#C95303'

red 201 ◦ green 83 ◦ blue 3

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

Shades of Tenne (Tawny) #C95303

Tints of Tenne (Tawny) #C95303

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.92%

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

R = 70.03%
G = 28.92%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#C95303 (or 0xC95303) is known color: Tenne (Tawny). HEX triplet: C9, 53 and 03. RGB value is (201,83,3). Sum of RGB (Red+Green+Blue) = 201+83+3=287 (38% of max value = 765). Red value is 201 (78.91% from 255 or 70.03% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 3 (1.56% from 255 or 1.05% from 287); Max value from RGB is 201 - color contains mainly: red. Hex color #C95303 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95303 is #36ACFC. Grayscale: #6D6D6D. Windows color (decimal): -3583229 or 218057. OLE color: 218057.

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

Color convert

RGB 201 83 3 -
CMYK 0 0.59 0.99 0.21
HSL 24.24º 0.97% 0.4% -
HSV(B) 24.24º 0.99% 0.79% -
XYZ 27.2 18.61 2.24 -
YUV 109.16 68.09 193.5 -
System Red Green Blue C M Y K H S L
Decimal 201 83 3 0 0.59 0.99 0.21 24.24 0.97 0.4
Hex C9 53 3 0 3B 63 15 18 61 28
Octal 311 123 3 0 73 143 25 30 141 50
Binary 11001001 1010011 11 0 111011 1100011 10101 11000 1100001 101000

Color Harmonies of #C95303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95303

Black with #C95303

Text Example


Text Example

White with #C95303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95303; }

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

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

background-color css

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

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

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

border-color css

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

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

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