#C8344B

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

Shades of Old Rose #C8344B

Tints of Old Rose #C8344B

Color information

#C8344B (or 0xC8344B) is unknown color: approx Old Rose. HEX triplet: C8, 34 and 4B. RGB value is (200,52,75). Sum of RGB (Red+Green+Blue) = 200+52+75=327 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.16% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 200 - color contains mainly: red. Hex color #C8344B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8344B is #37CBB4. Grayscale: #626262. Windows color (decimal): -3656629 or 4928712. OLE color: 4928712.

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

Color convert

RGB2005275-
CMYK00.740.620.22
HSL350.68º58.73%49.41%-
HSV(B)350.68º74%78.43%-
XYZ26.3215.248.21-
YUV98.87114.53200.13-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 61.16%
GREEN value IS 52 (20.70% from 255) = 15.90%
BLUE value IS 75 (29.69% from 255) = 22.94%
R=61.16%
G=15.90%
B=22.94%

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
Decimal200527500.740.620.22350.6858.7349.41
HexC8344B04A3E1615f3b31
Octal31064113011276265377361
Binary1100100011010010010110100101011111010110101011111111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8344B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8344B; }

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

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

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

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

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

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

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

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