#C62660

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

Shades of Old Rose #C62660

Tints of Old Rose #C62660

Color information

#C62660 (or 0xC62660) is unknown color: approx Old Rose. HEX triplet: C6, 26 and 60. RGB value is (198,38,96). Sum of RGB (Red+Green+Blue) = 198+38+96=332 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.64% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 198 - color contains mainly: red. Hex color #C62660 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62660 is #39D99F. Grayscale: #5C5C5C. Windows color (decimal): -3791264 or 6301382. OLE color: 6301382.

HSL color Cylindrical-coordinate representation of color #C62660: hue angle of 338.25º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C62660 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB1983896-
CMYK00.810.520.22
HSL338.25º67.8%46.27%-
HSV(B)338.25º80.81%77.65%-
XYZ26.0914.2412.44-
YUV92.45130.01203.28-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 59.64%
GREEN value IS 38 (15.23% from 255) = 11.45%
BLUE value IS 96 (37.89% from 255) = 28.92%
R=59.64%
G=11.45%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198389600.810.520.22338.2567.846.27
HexC626600513416152442e
Octal306461400121642652210456
Binary11000110100110110000001010001110100101101010100101000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62660; }

 p { color: rgb(198,38,96); }

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

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

 a { background-color: rgb(198,38,96); }

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

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

 span { border-color: rgb(198,38,96); }

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