#C82654

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

Shades of Old Rose #C82654

Tints of Old Rose #C82654

Color information

#C82654 (or 0xC82654) is unknown color: approx Old Rose. HEX triplet: C8, 26 and 54. RGB value is (200,38,84). Sum of RGB (Red+Green+Blue) = 200+38+84=322 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.11% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 200 - color contains mainly: red. Hex color #C82654 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82654 is #37D9AB. Grayscale: #5B5B5B. Windows color (decimal): -3660204 or 5514952. OLE color: 5514952.

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

Color convert

RGB2003884-
CMYK00.810.580.22
HSL342.96º68.07%46.67%-
HSV(B)342.96º81%78.43%-
XYZ26.1114.319.77-
YUV91.68123.67205.26-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 62.11%
GREEN value IS 38 (15.23% from 255) = 11.80%
BLUE value IS 84 (33.20% from 255) = 26.09%
R=62.11%
G=11.80%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200388400.810.580.22342.9668.0746.67
HexC826540513A16157442f
Octal310461240121722652710457
Binary11001000100110101010001010001111010101101010101111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82654; }

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

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

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

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

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

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

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

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