#C8344C

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

Shades of Old Rose #C8344C

Tints of Old Rose #C8344C

Color information

#C8344C (or 0xC8344C) is unknown color: approx Old Rose. HEX triplet: C8, 34 and 4C. RGB value is (200,52,76). Sum of RGB (Red+Green+Blue) = 200+52+76=328 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.98% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 200 - color contains mainly: red. Hex color #C8344C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8344C is #37CBB3. Grayscale: #636363. Windows color (decimal): -3656628 or 4994248. OLE color: 4994248.

HSL color Cylindrical-coordinate representation of color #C8344C: hue angle of 350.27º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C8344C is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB2005276-
CMYK00.740.620.22
HSL350.27º58.73%49.41%-
HSV(B)350.27º74%78.43%-
XYZ26.3515.268.39-
YUV98.99115.03200.05-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 60.98%
GREEN value IS 52 (20.70% from 255) = 15.85%
BLUE value IS 76 (30.08% from 255) = 23.17%
R=60.98%
G=15.85%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200527600.740.620.22350.2758.7349.41
HexC8344C04A3E1615e3b31
Octal31064114011276265367361
Binary1100100011010010011000100101011111010110101011110111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8344C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8344C; }

 p { color: rgb(200,52,76); }

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

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

 a { background-color: rgb(200,52,76); }

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

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

 span { border-color: rgb(200,52,76); }

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