Html Css Color HEX #C95714 Tenne (Tawny)

📋 copy color: '#C95714'

red 201 ◦ green 87 ◦ blue 20

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

Shades of Tenne (Tawny) #C95714

Tints of Tenne (Tawny) #C95714

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.25%

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

R = 65.26%
G = 28.25%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C95714 (or 0xC95714) is known color: Tenne (Tawny). HEX triplet: C9, 57 and 14. RGB value is (201,87,20). Sum of RGB (Red+Green+Blue) = 201+87+20=308 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.26% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 201 - color contains mainly: red. Hex color #C95714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95714 is #36A8EB. Grayscale: #717171. Windows color (decimal): -3582188 or 1333193. OLE color: 1333193.

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

Color convert

RGB 201 87 20 -
CMYK 0 0.57 0.90 0.21
HSL 22.21º 0.82% 0.43% -
HSV(B) 22.21º 0.9% 0.79% -
XYZ 27.62 19.28 2.93 -
YUV 113.45 75.27 190.45 -
System Red Green Blue C M Y K H S L
Decimal 201 87 20 0 0.57 0.90 0.21 22.21 0.82 0.43
Hex C9 57 14 0 39 5A 15 16 52 2B
Octal 311 127 24 0 71 132 25 26 122 53
Binary 11001001 1010111 10100 0 111001 1011010 10101 10110 1010010 101011

Color Harmonies of #C95714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95714

Black with #C95714

Text Example


Text Example

White with #C95714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95714; }

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

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

background-color css

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

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

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

border-color css

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

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

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