Html Css Color HEX #C95003 Tenne (Tawny)

📋 copy color: '#C95003'

red 201 ◦ green 80 ◦ blue 3

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

Shades of Tenne (Tawny) #C95003

Tints of Tenne (Tawny) #C95003

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.17%

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

R = 70.77%
G = 28.17%
B = 1.06%

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

#C95003 (or 0xC95003) is known color: Tenne (Tawny). HEX triplet: C9, 50 and 03. RGB value is (201,80,3). Sum of RGB (Red+Green+Blue) = 201+80+3=284 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.77% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 3 (1.56% from 255 or 1.06% from 284); Max value from RGB is 201 - color contains mainly: red. Hex color #C95003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95003 is #36AFFC. Grayscale: #6B6B6B. Windows color (decimal): -3583997 or 217289. OLE color: 217289.

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

Color convert

RGB 201 80 3 -
CMYK 0 0.60 0.99 0.21
HSL 23.33º 0.97% 0.4% -
HSV(B) 23.33º 0.99% 0.79% -
XYZ 26.97 18.16 2.17 -
YUV 107.4 69.09 194.76 -
System Red Green Blue C M Y K H S L
Decimal 201 80 3 0 0.60 0.99 0.21 23.33 0.97 0.4
Hex C9 50 3 0 3C 63 15 17 61 28
Octal 311 120 3 0 74 143 25 27 141 50
Binary 11001001 1010000 11 0 111100 1100011 10101 10111 1100001 101000

Color Harmonies of #C95003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95003

Black with #C95003

Text Example


Text Example

White with #C95003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95003; }

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

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

background-color css

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

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

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

border-color css

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

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

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