#C8245B

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

Shades of Old Rose #C8245B

Tints of Old Rose #C8245B

Color information

#C8245B (or 0xC8245B) is unknown color: approx Old Rose. HEX triplet: C8, 24 and 5B. RGB value is (200,36,91). Sum of RGB (Red+Green+Blue) = 200+36+91=327 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.16% from 327); Green value is 36 (14.45% from 255 or 11.01% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 200 - color contains mainly: red. Hex color #C8245B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8245B is #37DBA4. Grayscale: #5B5B5B. Windows color (decimal): -3660709 or 5973192. OLE color: 5973192.

HSL color Cylindrical-coordinate representation of color #C8245B: hue angle of 339.88º degrees, saturation: 0.69, 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 #C8245B is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB2003691-
CMYK00.820.540.22
HSL339.88º69.49%46.27%-
HSV(B)339.88º82%78.43%-
XYZ26.3414.311.27-
YUV91.31127.83205.53-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 61.16%
GREEN value IS 36 (14.45% from 255) = 11.01%
BLUE value IS 91 (35.94% from 255) = 27.83%
R=61.16%
G=11.01%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200369100.820.540.22339.8869.4946.27
HexC8245B0523616154452e
Octal310441330122662652410556
Binary11001000100100101101101010010110110101101010101001000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8245B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8245B; }

 p { color: rgb(200,36,91); }

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

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

 a { background-color: rgb(200,36,91); }

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

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

 span { border-color: rgb(200,36,91); }

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