Html Css Color HEX #C75501 Tenne (Tawny)

📋 copy color: '#C75501'

red 199 ◦ green 85 ◦ blue 1

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

Shades of Tenne (Tawny) #C75501

Tints of Tenne (Tawny) #C75501

RGB

 RED value IS 199 (78.13% from 255) = 69.82%

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

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 69.82%
G = 29.82%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C75501 (or 0xC75501) is known color: Tenne (Tawny). HEX triplet: C7, 55 and 01. RGB value is (199,85,1). Sum of RGB (Red+Green+Blue) = 199+85+1=285 (37% of max value = 765). Red value is 199 (78.12% from 255 or 69.82% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 199 - color contains mainly: red. Hex color #C75501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75501 is #38AAFE. Grayscale: #6D6D6D. Windows color (decimal): -3713791 or 87495. OLE color: 87495.

HSL color Cylindrical-coordinate representation of color #C75501: hue angle of 25.45º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C75501 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 85 1 -
CMYK 0 0.57 0.99 0.22
HSL 25.45º 0.99% 0.39% -
HSV(B) 25.45º 0.99% 0.78% -
XYZ 26.81 18.64 2.21 -
YUV 109.51 66.77 191.83 -
System Red Green Blue C M Y K H S L
Decimal 199 85 1 0 0.57 0.99 0.22 25.45 0.99 0.39
Hex C7 55 1 0 39 63 16 19 63 27
Octal 307 125 1 0 71 143 26 31 143 47
Binary 11000111 1010101 1 0 111001 1100011 10110 11001 1100011 100111

Color Harmonies of #C75501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75501

Black with #C75501

Text Example


Text Example

White with #C75501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75501; }

 p { color: rgb(199,85,1); }

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

background-color css

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

 a { background-color: rgb(199,85,1); }

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

border-color css

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

 span { border-color: rgb(199,85,1); }

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