#C62B5F

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

Shades of Old Rose #C62B5F

Tints of Old Rose #C62B5F

Color information

#C62B5F (or 0xC62B5F) is unknown color: approx Old Rose. HEX triplet: C6, 2B and 5F. RGB value is (198,43,95). Sum of RGB (Red+Green+Blue) = 198+43+95=336 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.93% from 336); Green value is 43 (17.19% from 255 or 12.80% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 198 - color contains mainly: red. Hex color #C62B5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62B5F is #39D4A0. Grayscale: #5F5F5F. Windows color (decimal): -3789985 or 6237126. OLE color: 6237126.

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

Color convert

RGB1984395-
CMYK00.780.520.22
HSL339.87º64.32%47.25%-
HSV(B)339.87º78.28%77.65%-
XYZ26.2214.5612.25-
YUV95.27127.85201.27-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 58.93%
GREEN value IS 43 (17.19% from 255) = 12.80%
BLUE value IS 95 (37.5% from 255) = 28.27%
R=58.93%
G=12.80%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198439500.780.520.22339.8764.3247.25
HexC62B5F04E3416154402f
Octal306531370116642652410057
Binary11000110101011101111101001110110100101101010101001000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62B5F; }

 p { color: rgb(198,43,95); }

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

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

 a { background-color: rgb(198,43,95); }

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

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

 span { border-color: rgb(198,43,95); }

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