#C62756

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

Shades of Old Rose #C62756

Tints of Old Rose #C62756

Color information

#C62756 (or 0xC62756) is unknown color: approx Old Rose. HEX triplet: C6, 27 and 56. RGB value is (198,39,86). Sum of RGB (Red+Green+Blue) = 198+39+86=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 39 (15.62% from 255 or 12.07% from 323); Blue value is 86 (33.98% from 255 or 26.63% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C62756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62756 is #39D8A9. Grayscale: #5B5B5B. Windows color (decimal): -3791018 or 5646278. OLE color: 5646278.

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

Color convert

RGB1983986-
CMYK00.800.570.22
HSL342.26º67.09%46.47%-
HSV(B)342.26º80.3%77.65%-
XYZ25.6914.1310.18-
YUV91.9124.68203.68-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 61.30%
GREEN value IS 39 (15.62% from 255) = 12.07%
BLUE value IS 86 (33.98% from 255) = 26.63%
R=61.30%
G=12.07%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198398600.800.570.22342.2667.0946.47
HexC627560503916156432e
Octal306471260120712652610356
Binary11000110100111101011001010000111001101101010101101000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62756; }

 p { color: rgb(198,39,86); }

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

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

 a { background-color: rgb(198,39,86); }

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

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

 span { border-color: rgb(198,39,86); }

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