Html Css Color HEX #C75500 Tenne (Tawny)

📋 copy color: '#C75500'

red 199 ◦ green 85 ◦ blue 0

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

Shades of Tenne (Tawny) #C75500

Tints of Tenne (Tawny) #C75500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.07%
G = 29.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C75500 (or 0xC75500) is known color: Tenne (Tawny). HEX triplet: C7, 55 and 00. RGB value is (199,85,0). Sum of RGB (Red+Green+Blue) = 199+85+0=284 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.07% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 199 - color contains mainly: red. Hex color #C75500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75500 is #38AAFF. Grayscale: #6D6D6D. Windows color (decimal): -3713792 or 21959. OLE color: 21959.

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

Color convert

RGB 199 85 0 -
CMYK 0 0.57 1 0.22
HSL 25.63º 1% 0.39% -
HSV(B) 25.63º 1% 0.78% -
XYZ 26.8 18.64 2.19 -
YUV 109.4 66.27 191.91 -
System Red Green Blue C M Y K H S L
Decimal 199 85 0 0 0.57 1 0.22 25.63 1 0.39
Hex C7 55 0 0 39 64 16 1A 64 27
Octal 307 125 0 0 71 144 26 32 144 47
Binary 11000111 1010101 0 0 111001 1100100 10110 11010 1100100 100111

Color Harmonies of #C75500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75500

Black with #C75500

Text Example


Text Example

White with #C75500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75500; }

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

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

background-color css

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

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

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

border-color css

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

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

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