Html Css Color HEX #C75E0F Tenne (Tawny)

📋 copy color: '#C75E0F'

red 199 ◦ green 94 ◦ blue 15

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

Shades of Tenne (Tawny) #C75E0F

Tints of Tenne (Tawny) #C75E0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.87%

R = 64.61%
G = 30.52%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C75E0F (or 0xC75E0F) is known color: Tenne (Tawny). HEX triplet: C7, 5E and 0F. RGB value is (199,94,15). Sum of RGB (Red+Green+Blue) = 199+94+15=308 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.61% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 199 - color contains mainly: red. Hex color #C75E0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75E0F is #38A1F0. Grayscale: #747474. Windows color (decimal): -3711473 or 1007303. OLE color: 1007303.

HSL color Cylindrical-coordinate representation of color #C75E0F: hue angle of 25.76º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C75E0F is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 94 15 -
CMYK 0 0.53 0.92 0.22
HSL 25.76º 0.86% 0.42% -
HSV(B) 25.76º 0.92% 0.78% -
XYZ 27.64 20.18 2.89 -
YUV 116.39 70.79 186.92 -
System Red Green Blue C M Y K H S L
Decimal 199 94 15 0 0.53 0.92 0.22 25.76 0.86 0.42
Hex C7 5E F 0 35 5C 16 1A 56 2A
Octal 307 136 17 0 65 134 26 32 126 52
Binary 11000111 1011110 1111 0 110101 1011100 10110 11010 1010110 101010

Color Harmonies of #C75E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75E0F

Black with #C75E0F

Text Example


Text Example

White with #C75E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75E0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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