#C62160

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

Shades of Old Rose #C62160

Tints of Old Rose #C62160

Color information

#C62160 (or 0xC62160) is unknown color: approx Old Rose. HEX triplet: C6, 21 and 60. RGB value is (198,33,96). Sum of RGB (Red+Green+Blue) = 198+33+96=327 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.55% from 327); Green value is 33 (13.28% from 255 or 10.09% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 198 - color contains mainly: red. Hex color #C62160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62160 is #39DE9F. Grayscale: #595959. Windows color (decimal): -3792544 or 6300102. OLE color: 6300102.

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

Color convert

RGB1983396-
CMYK00.830.520.22
HSL337.09º71.43%45.29%-
HSV(B)337.09º83.33%77.65%-
XYZ25.9413.9412.39-
YUV89.52131.66205.38-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 60.55%
GREEN value IS 33 (13.28% from 255) = 10.09%
BLUE value IS 96 (37.89% from 255) = 29.36%
R=60.55%
G=10.09%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198339600.830.520.22337.0971.4345.29
HexC621600533416151472d
Octal306411400123642652110755
Binary11000110100001110000001010011110100101101010100011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62160; }

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

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

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

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

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

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

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

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