Html Css Color HEX #C95814 Tenne (Tawny)

📋 copy color: '#C95814'

red 201 ◦ green 88 ◦ blue 20

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

Shades of Tenne (Tawny) #C95814

Tints of Tenne (Tawny) #C95814

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.48%

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

R = 65.05%
G = 28.48%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C95814 (or 0xC95814) is known color: Tenne (Tawny). HEX triplet: C9, 58 and 14. RGB value is (201,88,20). Sum of RGB (Red+Green+Blue) = 201+88+20=309 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.05% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 201 - color contains mainly: red. Hex color #C95814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95814 is #36A7EB. Grayscale: #727272. Windows color (decimal): -3581932 or 1333449. OLE color: 1333449.

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

Color convert

RGB 201 88 20 -
CMYK 0 0.56 0.90 0.21
HSL 22.54º 0.82% 0.43% -
HSV(B) 22.54º 0.9% 0.79% -
XYZ 27.7 19.45 2.96 -
YUV 114.04 74.94 190.03 -
System Red Green Blue C M Y K H S L
Decimal 201 88 20 0 0.56 0.90 0.21 22.54 0.82 0.43
Hex C9 58 14 0 38 5A 15 17 52 2B
Octal 311 130 24 0 70 132 25 27 122 53
Binary 11001001 1011000 10100 0 111000 1011010 10101 10111 1010010 101011

Color Harmonies of #C95814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95814

Black with #C95814

Text Example


Text Example

White with #C95814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95814; }

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

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

background-color css

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

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

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

border-color css

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

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

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