#C75D55

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

Shades of Sunglo #C75D55

Tints of Sunglo #C75D55

Color information

#C75D55 (or 0xC75D55) is unknown color: approx Sunglo. HEX triplet: C7, 5D and 55. RGB value is (199,93,85). Sum of RGB (Red+Green+Blue) = 199+93+85=377 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.79% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 199 - color contains mainly: red. Hex color #C75D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75D55 is #38A2AA. Grayscale: #7B7B7B. Windows color (decimal): -3711659 or 5594567. OLE color: 5594567.

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

Color convert

RGB1999385-
CMYK00.530.570.22
HSL4.21º50.44%55.69%-
HSV(B)4.21º57.29%78.04%-
XYZ29.1120.6311.04-
YUV123.78106.12181.65-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 52.79%
GREEN value IS 93 (36.72% from 255) = 24.67%
BLUE value IS 85 (33.59% from 255) = 22.55%
R=52.79%
G=24.67%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199938500.530.570.224.2150.4455.69
HexC75D55035391643238
Octal307135125065712646270
Binary1100011110111011010101011010111100110110100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75D55; }

 p { color: rgb(199,93,85); }

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

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

 a { background-color: rgb(199,93,85); }

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

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

 span { border-color: rgb(199,93,85); }

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