Html Css Color HEX #C75E00 Tenne (Tawny)

📋 copy color: '#C75E00'

red 199 ◦ green 94 ◦ blue 0

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

Shades of Tenne (Tawny) #C75E00

Tints of Tenne (Tawny) #C75E00

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.08%

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

R = 67.92%
G = 32.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C75E00 (or 0xC75E00) is known color: Tenne (Tawny). HEX triplet: C7, 5E and 00. RGB value is (199,94,0). Sum of RGB (Red+Green+Blue) = 199+94+0=293 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.92% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 199 - color contains mainly: red. Hex color #C75E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75E00 is #38A1FF. Grayscale: #737373. Windows color (decimal): -3711488 or 24263. OLE color: 24263.

HSL color Cylindrical-coordinate representation of color #C75E00: hue angle of 28.34º 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 #C75E00 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 94 0 -
CMYK 0 0.53 1 0.22
HSL 28.34º 1% 0.39% -
HSV(B) 28.34º 1% 0.78% -
XYZ 27.56 20.15 2.44 -
YUV 114.68 63.29 188.14 -
System Red Green Blue C M Y K H S L
Decimal 199 94 0 0 0.53 1 0.22 28.34 1 0.39
Hex C7 5E 0 0 35 64 16 1C 64 27
Octal 307 136 0 0 65 144 26 34 144 47
Binary 11000111 1011110 0 0 110101 1100100 10110 11100 1100100 100111

Color Harmonies of #C75E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75E00

Black with #C75E00

Text Example


Text Example

White with #C75E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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