#C82958

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

Shades of Old Rose #C82958

Tints of Old Rose #C82958

Color information

#C82958 (or 0xC82958) is unknown color: approx Old Rose. HEX triplet: C8, 29 and 58. RGB value is (200,41,88). Sum of RGB (Red+Green+Blue) = 200+41+88=329 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.79% from 329); Green value is 41 (16.41% from 255 or 12.46% from 329); Blue value is 88 (34.77% from 255 or 26.75% from 329); Max value from RGB is 200 - color contains mainly: red. Hex color #C82958 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82958 is #37D6A7. Grayscale: #5D5D5D. Windows color (decimal): -3659432 or 5777864. OLE color: 5777864.

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

Color convert

RGB2004188-
CMYK00.800.560.22
HSL342.26º65.98%47.25%-
HSV(B)342.26º79.5%78.43%-
XYZ26.3714.5710.65-
YUV93.9124.68203.68-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 60.79%
GREEN value IS 41 (16.41% from 255) = 12.46%
BLUE value IS 88 (34.77% from 255) = 26.75%
R=60.79%
G=12.46%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200418800.800.560.22342.2665.9847.25
HexC829580503816156422f
Octal310511300120702652610257
Binary11001000101001101100001010000111000101101010101101000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82958; }

 p { color: rgb(200,41,88); }

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

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

 a { background-color: rgb(200,41,88); }

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

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

 span { border-color: rgb(200,41,88); }

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