#C82359

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

Shades of Old Rose #C82359

Tints of Old Rose #C82359

Color information

#C82359 (or 0xC82359) is unknown color: approx Old Rose. HEX triplet: C8, 23 and 59. RGB value is (200,35,89). Sum of RGB (Red+Green+Blue) = 200+35+89=324 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.73% from 324); Green value is 35 (14.06% from 255 or 10.80% from 324); Blue value is 89 (35.16% from 255 or 27.47% from 324); Max value from RGB is 200 - color contains mainly: red. Hex color #C82359 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82359 is #37DCA6. Grayscale: #5A5A5A. Windows color (decimal): -3660967 or 5841864. OLE color: 5841864.

HSL color Cylindrical-coordinate representation of color #C82359: hue angle of 340.36º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C82359 is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB2003589-
CMYK00.820.560.22
HSL340.36º70.21%46.08%-
HSV(B)340.36º82.5%78.43%-
XYZ26.2214.210.81-
YUV90.49127.16206.11-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 61.73%
GREEN value IS 35 (14.06% from 255) = 10.80%
BLUE value IS 89 (35.16% from 255) = 27.47%
R=61.73%
G=10.80%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200358900.820.560.22340.3670.2146.08
HexC823590523816154462e
Octal310431310122702652410656
Binary11001000100011101100101010010111000101101010101001000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82359; }

 p { color: rgb(200,35,89); }

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

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

 a { background-color: rgb(200,35,89); }

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

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

 span { border-color: rgb(200,35,89); }

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