#C06157

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

Shades of Sunglo #C06157

Tints of Sunglo #C06157

Color information

#C06157 (or 0xC06157) is unknown color: approx Sunglo. HEX triplet: C0, 61 and 57. RGB value is (192,97,87). Sum of RGB (Red+Green+Blue) = 192+97+87=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 87 (34.38% from 255 or 23.14% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C06157 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06157 is #3F9EA8. Grayscale: #7C7C7C. Windows color (decimal): -4169385 or 5726656. OLE color: 5726656.

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

Color convert

RGB1929787-
CMYK00.490.550.25
HSL5.71º45.45%54.71%-
HSV(B)5.71º54.69%75.29%-
XYZ27.7320.4411.5-
YUV124.27106.97176.31-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.06%
GREEN value IS 97 (38.28% from 255) = 25.80%
BLUE value IS 87 (34.38% from 255) = 23.14%
R=51.06%
G=25.80%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192978700.490.550.255.7145.4554.71
HexC06157031371962d37
Octal300141127061673165567
Binary1100000011000011010111011000111011111001110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06157; }

 p { color: rgb(192,97,87); }

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

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

 a { background-color: rgb(192,97,87); }

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

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

 span { border-color: rgb(192,97,87); }

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