#C75C54

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

Shades of Sunglo #C75C54

Tints of Sunglo #C75C54

Color information

#C75C54 (or 0xC75C54) is unknown color: approx Sunglo. HEX triplet: C7, 5C and 54. RGB value is (199,92,84). Sum of RGB (Red+Green+Blue) = 199+92+84=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 84 (33.20% from 255 or 22.4% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C75C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75C54 is #38A3AB. Grayscale: #7B7B7B. Windows color (decimal): -3711916 or 5528775. OLE color: 5528775.

HSL color Cylindrical-coordinate representation of color #C75C54: hue angle of 4.17º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C75C54 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB1999284-
CMYK00.540.580.22
HSL4.17º50.66%55.49%-
HSV(B)4.17º57.79%78.04%-
XYZ28.9820.4410.8-
YUV123.08105.95182.15-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 53.07%
GREEN value IS 92 (36.33% from 255) = 24.53%
BLUE value IS 84 (33.20% from 255) = 22.4%
R=53.07%
G=24.53%
B=22.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199928400.540.580.224.1750.6655.49
HexC75C540363A1643337
Octal307134124066722646367
Binary1100011110111001010100011011011101010110100110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75C54; }

 p { color: rgb(199,92,84); }

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

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

 a { background-color: rgb(199,92,84); }

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

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

 span { border-color: rgb(199,92,84); }

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