#C8334E

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

Shades of Old Rose #C8334E

Tints of Old Rose #C8334E

Color information

#C8334E (or 0xC8334E) is unknown color: approx Old Rose. HEX triplet: C8, 33 and 4E. RGB value is (200,51,78). Sum of RGB (Red+Green+Blue) = 200+51+78=329 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.79% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 200 - color contains mainly: red. Hex color #C8334E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8334E is #37CCB1. Grayscale: #626262. Windows color (decimal): -3656882 or 5125064. OLE color: 5125064.

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

Color convert

RGB2005178-
CMYK00.740.610.22
HSL349.13º59.36%49.22%-
HSV(B)349.13º74.5%78.43%-
XYZ26.3815.28.75-
YUV98.63116.36200.3-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 60.79%
GREEN value IS 51 (20.31% from 255) = 15.50%
BLUE value IS 78 (30.86% from 255) = 23.71%
R=60.79%
G=15.50%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200517800.740.610.22349.1359.3649.22
HexC8334E04A3D1615d3b31
Octal31063116011275265357361
Binary1100100011001110011100100101011110110110101011101111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8334E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8334E; }

 p { color: rgb(200,51,78); }

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

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

 a { background-color: rgb(200,51,78); }

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

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

 span { border-color: rgb(200,51,78); }

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