#C82E54

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

Shades of Old Rose #C82E54

Tints of Old Rose #C82E54

Color information

#C82E54 (or 0xC82E54) is unknown color: approx Old Rose. HEX triplet: C8, 2E and 54. RGB value is (200,46,84). Sum of RGB (Red+Green+Blue) = 200+46+84=330 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.61% from 330); Green value is 46 (18.36% from 255 or 13.94% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 200 - color contains mainly: red. Hex color #C82E54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82E54 is #37D1AB. Grayscale: #606060. Windows color (decimal): -3658156 or 5517000. OLE color: 5517000.

HSL color Cylindrical-coordinate representation of color #C82E54: hue angle of 345.19º degrees, saturation: 0.63, 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 #C82E54 is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB2004684-
CMYK00.770.580.22
HSL345.19º62.6%48.24%-
HSV(B)345.19º77%78.43%-
XYZ26.414.879.87-
YUV96.38121.02201.91-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 60.61%
GREEN value IS 46 (18.36% from 255) = 13.94%
BLUE value IS 84 (33.20% from 255) = 25.45%
R=60.61%
G=13.94%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200468400.770.580.22345.1962.648.24
HexC82E5404D3A161593f30
Octal31056124011572265317760
Binary1100100010111010101000100110111101010110101011001111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82E54; }

 p { color: rgb(200,46,84); }

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

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

 a { background-color: rgb(200,46,84); }

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

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

 span { border-color: rgb(200,46,84); }

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