#C75C53

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

Shades of Sunglo #C75C53

Tints of Sunglo #C75C53

Color information

#C75C53 (or 0xC75C53) is unknown color: approx Sunglo. HEX triplet: C7, 5C and 53. RGB value is (199,92,83). Sum of RGB (Red+Green+Blue) = 199+92+83=374 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.21% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 83 (32.81% from 255 or 22.19% from 374); Max value from RGB is 199 - color contains mainly: red. Hex color #C75C53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75C53 is #38A3AC. Grayscale: #7B7B7B. Windows color (decimal): -3711917 or 5463239. OLE color: 5463239.

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

Color convert

RGB1999283-
CMYK00.540.580.22
HSL4.66º50.88%55.29%-
HSV(B)4.66º58.29%78.04%-
XYZ28.9420.4210.6-
YUV122.97105.45182.23-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 53.21%
GREEN value IS 92 (36.33% from 255) = 24.60%
BLUE value IS 83 (32.81% from 255) = 22.19%
R=53.21%
G=24.60%
B=22.19%

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
Decimal199928300.540.580.224.6650.8855.29
HexC75C530363A1653337
Octal307134123066722656367
Binary1100011110111001010011011011011101010110101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75C53; }

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

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

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

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

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

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

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

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