#C0384F

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

Shades of Old Rose #C0384F

Tints of Old Rose #C0384F

Color information

#C0384F (or 0xC0384F) is unknown color: approx Old Rose. HEX triplet: C0, 38 and 4F. RGB value is (192,56,79). Sum of RGB (Red+Green+Blue) = 192+56+79=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 79 (31.25% from 255 or 24.16% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C0384F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0384F is #3FC7B0. Grayscale: #636363. Windows color (decimal): -4179889 or 5191872. OLE color: 5191872.

HSL color Cylindrical-coordinate representation of color #C0384F: hue angle of 349.85º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0384F is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB1925679-
CMYK00.710.590.25
HSL349.85º54.84%48.63%-
HSV(B)349.85º70.83%75.29%-
XYZ24.5614.68.92-
YUV99.29116.56194.13-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 58.72%
GREEN value IS 56 (22.27% from 255) = 17.13%
BLUE value IS 79 (31.25% from 255) = 24.16%
R=58.72%
G=17.13%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192567900.710.590.25349.8554.8448.63
HexC0384F0473B1915e3731
Octal30070117010773315366761
Binary1100000011100010011110100011111101111001101011110110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0384F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0384F; }

 p { color: rgb(192,56,79); }

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

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

 a { background-color: rgb(192,56,79); }

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

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

 span { border-color: rgb(192,56,79); }

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