#C06255

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

Shades of Sunglo #C06255

Tints of Sunglo #C06255

Color information

#C06255 (or 0xC06255) is unknown color: approx Sunglo. HEX triplet: C0, 62 and 55. RGB value is (192,98,85). Sum of RGB (Red+Green+Blue) = 192+98+85=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C06255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06255 is #3F9DAA. Grayscale: #7C7C7C. Windows color (decimal): -4169131 or 5595840. OLE color: 5595840.

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

Color convert

RGB1929885-
CMYK00.490.560.25
HSL7.29º45.92%54.31%-
HSV(B)7.29º55.73%75.29%-
XYZ27.7520.611.11-
YUV124.62105.64176.06-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.2%
GREEN value IS 98 (38.67% from 255) = 26.13%
BLUE value IS 85 (33.59% from 255) = 22.67%
R=51.2%
G=26.13%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192988500.490.560.257.2945.9254.31
HexC06255031381972e36
Octal300142125061703175666
Binary1100000011000101010101011000111100011001111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06255; }

 p { color: rgb(192,98,85); }

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

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

 a { background-color: rgb(192,98,85); }

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

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

 span { border-color: rgb(192,98,85); }

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