Html Css Color HEX #C95610 Tenne (Tawny)

📋 copy color: '#C95610'

red 201 ◦ green 86 ◦ blue 16

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

Shades of Tenne (Tawny) #C95610

Tints of Tenne (Tawny) #C95610

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.38%

 BLUE value IS 16 (6.64% from 255) = 5.28%

R = 66.34%
G = 28.38%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C95610 (or 0xC95610) is known color: Tenne (Tawny). HEX triplet: C9, 56 and 10. RGB value is (201,86,16). Sum of RGB (Red+Green+Blue) = 201+86+16=303 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.34% from 303); Green value is 86 (33.98% from 255 or 28.38% from 303); Blue value is 16 (6.64% from 255 or 5.28% from 303); Max value from RGB is 201 - color contains mainly: red. Hex color #C95610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95610 is #36A9EF. Grayscale: #707070. Windows color (decimal): -3582448 or 1070793. OLE color: 1070793.

HSL color Cylindrical-coordinate representation of color #C95610: hue angle of 22.7º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C95610 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 86 16 -
CMYK 0 0.57 0.92 0.21
HSL 22.7º 0.85% 0.43% -
HSV(B) 22.7º 0.92% 0.79% -
XYZ 27.51 19.11 2.73 -
YUV 112.41 73.6 191.19 -
System Red Green Blue C M Y K H S L
Decimal 201 86 16 0 0.57 0.92 0.21 22.7 0.85 0.43
Hex C9 56 10 0 39 5C 15 17 55 2B
Octal 311 126 20 0 71 134 25 27 125 53
Binary 11001001 1010110 10000 0 111001 1011100 10101 10111 1010101 101011

Color Harmonies of #C95610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95610

Black with #C95610

Text Example


Text Example

White with #C95610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95610; }

 p { color: rgb(201,86,16); }

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

background-color css

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

 a { background-color: rgb(201,86,16); }

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

border-color css

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

 span { border-color: rgb(201,86,16); }

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