#C8354B

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

Shades of Old Rose #C8354B

Tints of Old Rose #C8354B

Color information

#C8354B (or 0xC8354B) is unknown color: approx Old Rose. HEX triplet: C8, 35 and 4B. RGB value is (200,53,75). Sum of RGB (Red+Green+Blue) = 200+53+75=328 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.98% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 200 - color contains mainly: red. Hex color #C8354B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8354B is #37CAB4. Grayscale: #636363. Windows color (decimal): -3656373 or 4928968. OLE color: 4928968.

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

Color convert

RGB2005375-
CMYK00.740.620.22
HSL351.02º58.1%49.61%-
HSV(B)351.02º73.5%78.43%-
XYZ26.3615.338.23-
YUV99.46114.2199.71-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 60.98%
GREEN value IS 53 (21.09% from 255) = 16.16%
BLUE value IS 75 (29.69% from 255) = 22.87%
R=60.98%
G=16.16%
B=22.87%

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
Decimal200537500.740.620.22351.0258.149.61
HexC8354B04A3E1615f3a32
Octal31065113011276265377262
Binary1100100011010110010110100101011111010110101011111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8354B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8354B; }

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

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

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

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

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

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

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

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