Html Css Color HEX #C95507 Tenne (Tawny)

📋 copy color: '#C95507'

red 201 ◦ green 85 ◦ blue 7

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

Shades of Tenne (Tawny) #C95507

Tints of Tenne (Tawny) #C95507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.39%

R = 68.6%
G = 29.01%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#C95507 (or 0xC95507) is known color: Tenne (Tawny). HEX triplet: C9, 55 and 07. RGB value is (201,85,7). Sum of RGB (Red+Green+Blue) = 201+85+7=293 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.60% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 7 (3.12% from 255 or 2.39% from 293); Max value from RGB is 201 - color contains mainly: red. Hex color #C95507 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95507 is #36AAF8. Grayscale: #6F6F6F. Windows color (decimal): -3582713 or 480713. OLE color: 480713.

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

Color convert

RGB 201 85 7 -
CMYK 0 0.58 0.97 0.21
HSL 24.12º 0.93% 0.41% -
HSV(B) 24.12º 0.97% 0.79% -
XYZ 27.37 18.93 2.41 -
YUV 110.79 69.43 192.34 -
System Red Green Blue C M Y K H S L
Decimal 201 85 7 0 0.58 0.97 0.21 24.12 0.93 0.41
Hex C9 55 7 0 3A 61 15 18 5D 29
Octal 311 125 7 0 72 141 25 30 135 51
Binary 11001001 1010101 111 0 111010 1100001 10101 11000 1011101 101001

Color Harmonies of #C95507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95507

Black with #C95507

Text Example


Text Example

White with #C95507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95507; }

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

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

background-color css

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

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

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

border-color css

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

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

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