Html Css Color HEX #C95417 Tenne (Tawny)

📋 copy color: '#C95417'

red 201 ◦ green 84 ◦ blue 23

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

Shades of Tenne (Tawny) #C95417

Tints of Tenne (Tawny) #C95417

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.27%

 BLUE value IS 23 (9.38% from 255) = 7.47%

R = 65.26%
G = 27.27%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C95417 (or 0xC95417) is known color: Tenne (Tawny). HEX triplet: C9, 54 and 17. RGB value is (201,84,23). Sum of RGB (Red+Green+Blue) = 201+84+23=308 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.26% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 23 (9.38% from 255 or 7.47% from 308); Max value from RGB is 201 - color contains mainly: red. Hex color #C95417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95417 is #36ABE8. Grayscale: #707070. Windows color (decimal): -3582953 or 1529033. OLE color: 1529033.

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

Color convert

RGB 201 84 23 -
CMYK 0 0.58 0.89 0.21
HSL 20.56º 0.79% 0.44% -
HSV(B) 20.56º 0.89% 0.79% -
XYZ 27.41 18.82 3 -
YUV 112.03 77.76 191.46 -
System Red Green Blue C M Y K H S L
Decimal 201 84 23 0 0.58 0.89 0.21 20.56 0.79 0.44
Hex C9 54 17 0 3A 59 15 15 4F 2C
Octal 311 124 27 0 72 131 25 25 117 54
Binary 11001001 1010100 10111 0 111010 1011001 10101 10101 1001111 101100

Color Harmonies of #C95417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95417

Black with #C95417

Text Example


Text Example

White with #C95417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95417; }

 p { color: rgb(201,84,23); }

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

background-color css

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

 a { background-color: rgb(201,84,23); }

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

border-color css

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

 span { border-color: rgb(201,84,23); }

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