#C06655

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

Shades of Sunglo #C06655

Tints of Sunglo #C06655

Color information

#C06655 (or 0xC06655) is unknown color: approx Sunglo. HEX triplet: C0, 66 and 55. RGB value is (192,102,85). Sum of RGB (Red+Green+Blue) = 192+102+85=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C06655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06655 is #3F99AA. Grayscale: #7F7F7F. Windows color (decimal): -4168107 or 5596864. OLE color: 5596864.

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

Color convert

RGB19210285-
CMYK00.470.560.25
HSL9.53º45.92%54.31%-
HSV(B)9.53º55.73%75.29%-
XYZ28.1321.3711.24-
YUV126.97104.32174.38-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.66%
GREEN value IS 102 (40.23% from 255) = 26.91%
BLUE value IS 85 (33.59% from 255) = 22.43%
R=50.66%
G=26.91%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921028500.470.560.259.5345.9254.31
HexC0665502F3819a2e36
Octal3001461250577031125666
Binary11000000110011010101010101111111000110011010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06655; }

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

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

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

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

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

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

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

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