#C62E5D

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

Shades of Old Rose #C62E5D

Tints of Old Rose #C62E5D

Color information

#C62E5D (or 0xC62E5D) is unknown color: approx Old Rose. HEX triplet: C6, 2E and 5D. RGB value is (198,46,93). Sum of RGB (Red+Green+Blue) = 198+46+93=337 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.75% from 337); Green value is 46 (18.36% from 255 or 13.65% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 198 - color contains mainly: red. Hex color #C62E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62E5D is #39D1A2. Grayscale: #606060. Windows color (decimal): -3789219 or 6106822. OLE color: 6106822.

HSL color Cylindrical-coordinate representation of color #C62E5D: hue angle of 341.45º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C62E5D is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB1984693-
CMYK00.770.530.22
HSL341.45º62.3%47.84%-
HSV(B)341.45º76.77%77.65%-
XYZ26.2414.7511.82-
YUV96.81125.86200.18-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 58.75%
GREEN value IS 46 (18.36% from 255) = 13.65%
BLUE value IS 93 (36.72% from 255) = 27.60%
R=58.75%
G=13.65%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198469300.770.530.22341.4562.347.84
HexC62E5D04D35161553e30
Octal30656135011565265257660
Binary1100011010111010111010100110111010110110101010101111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62E5D; }

 p { color: rgb(198,46,93); }

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

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

 a { background-color: rgb(198,46,93); }

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

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

 span { border-color: rgb(198,46,93); }

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