#C62860

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

Shades of Old Rose #C62860

Tints of Old Rose #C62860

Color information

#C62860 (or 0xC62860) is unknown color: approx Old Rose. HEX triplet: C6, 28 and 60. RGB value is (198,40,96). Sum of RGB (Red+Green+Blue) = 198+40+96=334 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.28% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 198 - color contains mainly: red. Hex color #C62860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62860 is #39D79F. Grayscale: #5D5D5D. Windows color (decimal): -3790752 or 6301894. OLE color: 6301894.

HSL color Cylindrical-coordinate representation of color #C62860: hue angle of 338.73º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62860 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB1984096-
CMYK00.800.520.22
HSL338.73º66.39%46.67%-
HSV(B)338.73º79.8%77.65%-
XYZ26.1614.3712.46-
YUV93.63129.35202.45-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 59.28%
GREEN value IS 40 (16.02% from 255) = 11.98%
BLUE value IS 96 (37.89% from 255) = 28.74%
R=59.28%
G=11.98%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198409600.800.520.22338.7366.3946.67
HexC628600503416153422f
Octal306501400120642652310257
Binary11000110101000110000001010000110100101101010100111000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62860; }

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

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

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

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

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

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

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

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