#C75A4E

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

Shades of Sunglo #C75A4E

Tints of Sunglo #C75A4E

Color information

#C75A4E (or 0xC75A4E) is unknown color: approx Sunglo. HEX triplet: C7, 5A and 4E. RGB value is (199,90,78). Sum of RGB (Red+Green+Blue) = 199+90+78=367 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.22% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75A4E is #38A5B1. Grayscale: #797979. Windows color (decimal): -3712434 or 5135047. OLE color: 5135047.

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

Color convert

RGB1999078-
CMYK00.550.610.22
HSL5.95º51.93%54.31%-
HSV(B)5.95º60.8%78.04%-
XYZ28.58209.56-
YUV121.22103.61183.48-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 54.22%
GREEN value IS 90 (35.55% from 255) = 24.52%
BLUE value IS 78 (30.86% from 255) = 21.25%
R=54.22%
G=24.52%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199907800.550.610.225.9551.9354.31
HexC75A4E0373D1663436
Octal307132116067752666466
Binary1100011110110101001110011011111110110110110110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75A4E; }

 p { color: rgb(199,90,78); }

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

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

 a { background-color: rgb(199,90,78); }

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

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

 span { border-color: rgb(199,90,78); }

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