#C75E4F

Color #C75E4F Sunglo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunglo #C75E4F

Tints of Sunglo #C75E4F

Color information

#C75E4F (or 0xC75E4F) is unknown color: approx Sunglo. HEX triplet: C7, 5E and 4F. RGB value is (199,94,79). Sum of RGB (Red+Green+Blue) = 199+94+79=372 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.49% from 372); Green value is 94 (37.11% from 255 or 25.27% from 372); Blue value is 79 (31.25% from 255 or 21.24% from 372); Max value from RGB is 199 - color contains mainly: red. Hex color #C75E4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75E4F is #38A1B0. Grayscale: #7B7B7B. Windows color (decimal): -3711409 or 5201607. OLE color: 5201607.

HSL color Cylindrical-coordinate representation of color #C75E4F: hue angle of 7.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C75E4F is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB1999479-
CMYK00.530.600.22
HSL7.5º51.72%54.51%-
HSV(B)7.5º60.3%78.04%-
XYZ28.9720.719.87-
YUV123.68102.79181.72-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 53.49%
GREEN value IS 94 (37.11% from 255) = 25.27%
BLUE value IS 79 (31.25% from 255) = 21.24%
R=53.49%
G=25.27%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199947900.530.600.227.551.7254.51
HexC75E4F0353C1683437
Octal3071361170657426106467
Binary11000111101111010011110110101111100101101000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75E4F; }

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

 H1.HeaderClassName
 {
   color: #C75E4F;
 }
 .AnyTagClassName
 {
   color: #C75E4F;
 }
</style>
background-color css

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

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

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

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

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

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