Html Css Color HEX #C95514 Tenne (Tawny)

📋 copy color: '#C95514'

red 201 ◦ green 85 ◦ blue 20

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

Shades of Tenne (Tawny) #C95514

Tints of Tenne (Tawny) #C95514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.54%

R = 65.69%
G = 27.78%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C95514 (or 0xC95514) is known color: Tenne (Tawny). HEX triplet: C9, 55 and 14. RGB value is (201,85,20). Sum of RGB (Red+Green+Blue) = 201+85+20=306 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.69% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 201 - color contains mainly: red. Hex color #C95514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95514 is #36AAEB. Grayscale: #707070. Windows color (decimal): -3582700 or 1332681. OLE color: 1332681.

HSL color Cylindrical-coordinate representation of color #C95514: hue angle of 21.55º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C95514 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 85 20 -
CMYK 0 0.58 0.90 0.21
HSL 21.55º 0.82% 0.43% -
HSV(B) 21.55º 0.9% 0.79% -
XYZ 27.46 18.97 2.88 -
YUV 112.27 75.93 191.29 -
System Red Green Blue C M Y K H S L
Decimal 201 85 20 0 0.58 0.90 0.21 21.55 0.82 0.43
Hex C9 55 14 0 3A 5A 15 16 52 2B
Octal 311 125 24 0 72 132 25 26 122 53
Binary 11001001 1010101 10100 0 111010 1011010 10101 10110 1010010 101011

Color Harmonies of #C95514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95514

Black with #C95514

Text Example


Text Example

White with #C95514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95514; }

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

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

background-color css

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

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

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

border-color css

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

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

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