#C05F53

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

Shades of Sunglo #C05F53

Tints of Sunglo #C05F53

Color information

#C05F53 (or 0xC05F53) is unknown color: approx Sunglo. HEX triplet: C0, 5F and 53. RGB value is (192,95,83). Sum of RGB (Red+Green+Blue) = 192+95+83=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 83 (32.81% from 255 or 22.43% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05F53 is #3FA0AC. Grayscale: #7A7A7A. Windows color (decimal): -4169901 or 5464000. OLE color: 5464000.

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

Color convert

RGB1929583-
CMYK00.510.570.25
HSL6.61º46.38%53.92%-
HSV(B)6.61º56.77%75.29%-
XYZ27.3920.0210.6-
YUV122.64105.64177.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.89%
GREEN value IS 95 (37.5% from 255) = 25.68%
BLUE value IS 83 (32.81% from 255) = 22.43%
R=51.89%
G=25.68%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192958300.510.570.256.6146.3853.92
HexC05F53033391972e36
Octal300137123063713175666
Binary1100000010111111010011011001111100111001111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05F53; }

 p { color: rgb(192,95,83); }

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

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

 a { background-color: rgb(192,95,83); }

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

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

 span { border-color: rgb(192,95,83); }

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