#C05E51

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

Shades of Sunglo #C05E51

Tints of Sunglo #C05E51

Color information

#C05E51 (or 0xC05E51) is unknown color: approx Sunglo. HEX triplet: C0, 5E and 51. RGB value is (192,94,81). Sum of RGB (Red+Green+Blue) = 192+94+81=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 94 (37.11% from 255 or 25.61% from 367); Blue value is 81 (32.03% from 255 or 22.07% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05E51 is #3FA1AE. Grayscale: #797979. Windows color (decimal): -4170159 or 5332672. OLE color: 5332672.

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

Color convert

RGB1929481-
CMYK00.510.580.25
HSL7.03º46.84%53.53%-
HSV(B)7.03º57.81%75.29%-
XYZ27.2319.8110.17-
YUV121.82104.97178.06-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.32%
GREEN value IS 94 (37.11% from 255) = 25.61%
BLUE value IS 81 (32.03% from 255) = 22.07%
R=52.32%
G=25.61%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192948100.510.580.257.0346.8453.53
HexC05E510333A1972f36
Octal300136121063723175766
Binary1100000010111101010001011001111101011001111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05E51; }

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

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

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

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

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

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

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

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