#C62360

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

Shades of Old Rose #C62360

Tints of Old Rose #C62360

Color information

#C62360 (or 0xC62360) is unknown color: approx Old Rose. HEX triplet: C6, 23 and 60. RGB value is (198,35,96). Sum of RGB (Red+Green+Blue) = 198+35+96=329 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.18% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 198 - color contains mainly: red. Hex color #C62360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62360 is #39DC9F. Grayscale: #5A5A5A. Windows color (decimal): -3792032 or 6300614. OLE color: 6300614.

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

Color convert

RGB1983596-
CMYK00.820.520.22
HSL337.55º69.96%45.69%-
HSV(B)337.55º82.32%77.65%-
XYZ2614.0512.41-
YUV90.69131204.54-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 60.18%
GREEN value IS 35 (14.06% from 255) = 10.64%
BLUE value IS 96 (37.89% from 255) = 29.18%
R=60.18%
G=10.64%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198359600.820.520.22337.5569.9645.69
HexC623600523416152462e
Octal306431400122642652210656
Binary11000110100011110000001010010110100101101010100101000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62360; }

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

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

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

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

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

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

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

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