#C82649

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

Shades of Old Rose #C82649

Tints of Old Rose #C82649

Color information

#C82649 (or 0xC82649) is unknown color: approx Old Rose. HEX triplet: C8, 26 and 49. RGB value is (200,38,73). Sum of RGB (Red+Green+Blue) = 200+38+73=311 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.31% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 200 - color contains mainly: red. Hex color #C82649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82649 is #37D9B6. Grayscale: #5A5A5A. Windows color (decimal): -3660215 or 4794056. OLE color: 4794056.

HSL color Cylindrical-coordinate representation of color #C82649: hue angle of 347.04º 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 #C82649 is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB2003873-
CMYK00.810.640.22
HSL347.04º68.07%46.67%-
HSV(B)347.04º81%78.43%-
XYZ25.7214.157.68-
YUV90.43118.17206.15-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 64.31%
GREEN value IS 38 (15.23% from 255) = 12.22%
BLUE value IS 73 (28.91% from 255) = 23.47%
R=64.31%
G=12.22%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200387300.810.640.22347.0468.0746.67
HexC82649051401615b442f
Octal3104611101211002653310457
Binary110010001001101001001010100011000000101101010110111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82649; }

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

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

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

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

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

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

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

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