Html Css Color HEX #C95300 Tenne (Tawny)

📋 copy color: '#C95300'

red 201 ◦ green 83 ◦ blue 0

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

Shades of Tenne (Tawny) #C95300

Tints of Tenne (Tawny) #C95300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.77%
G = 29.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#C95300 (or 0xC95300) is known color: Tenne (Tawny). HEX triplet: C9, 53 and 00. RGB value is (201,83,0). Sum of RGB (Red+Green+Blue) = 201+83+0=284 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.77% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 201 - color contains mainly: red. Hex color #C95300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95300 is #36ACFF. Grayscale: #6D6D6D. Windows color (decimal): -3583232 or 21449. OLE color: 21449.

HSL color Cylindrical-coordinate representation of color #C95300: hue angle of 24.78º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C95300 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 83 0 -
CMYK 0 0.59 1 0.21
HSL 24.78º 1% 0.39% -
HSV(B) 24.78º 1% 0.79% -
XYZ 27.18 18.6 2.16 -
YUV 108.82 66.59 193.75 -
System Red Green Blue C M Y K H S L
Decimal 201 83 0 0 0.59 1 0.21 24.78 1 0.39
Hex C9 53 0 0 3B 64 15 19 64 27
Octal 311 123 0 0 73 144 25 31 144 47
Binary 11001001 1010011 0 0 111011 1100100 10101 11001 1100100 100111

Color Harmonies of #C95300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95300

Black with #C95300

Text Example


Text Example

White with #C95300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95300; }

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

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

background-color css

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

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

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

border-color css

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

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

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