#C05C51

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

Shades of Sunglo #C05C51

Tints of Sunglo #C05C51

Color information

#C05C51 (or 0xC05C51) is unknown color: approx Sunglo. HEX triplet: C0, 5C and 51. RGB value is (192,92,81). Sum of RGB (Red+Green+Blue) = 192+92+81=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05C51 is #3FA3AE. Grayscale: #787878. Windows color (decimal): -4170671 or 5332160. OLE color: 5332160.

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

Color convert

RGB1929281-
CMYK00.520.580.25
HSL5.95º46.84%53.53%-
HSV(B)5.95º57.81%75.29%-
XYZ27.0519.4510.11-
YUV120.65105.63178.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.60%
GREEN value IS 92 (36.33% from 255) = 25.21%
BLUE value IS 81 (32.03% from 255) = 22.19%
R=52.60%
G=25.21%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192928100.520.580.255.9546.8453.53
HexC05C510343A1962f36
Octal300134121064723165766
Binary1100000010111001010001011010011101011001110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05C51; }

 p { color: rgb(192,92,81); }

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

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

 a { background-color: rgb(192,92,81); }

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

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

 span { border-color: rgb(192,92,81); }

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