#C0384C

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

Shades of Old Rose #C0384C

Tints of Old Rose #C0384C

Color information

#C0384C (or 0xC0384C) is unknown color: approx Old Rose. HEX triplet: C0, 38 and 4C. RGB value is (192,56,76). Sum of RGB (Red+Green+Blue) = 192+56+76=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C0384C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0384C is #3FC7B3. Grayscale: #626262. Windows color (decimal): -4179892 or 4995264. OLE color: 4995264.

HSL color Cylindrical-coordinate representation of color #C0384C: hue angle of 351.18º 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 #C0384C is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB1925676-
CMYK00.710.600.25
HSL351.18º54.84%48.63%-
HSV(B)351.18º70.83%75.29%-
XYZ24.4614.568.36-
YUV98.94115.06194.37-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 59.26%
GREEN value IS 56 (22.27% from 255) = 17.28%
BLUE value IS 76 (30.08% from 255) = 23.46%
R=59.26%
G=17.28%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192567600.710.600.25351.1854.8448.63
HexC0384C0473C1915f3731
Octal30070114010774315376761
Binary1100000011100010011000100011111110011001101011111110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0384C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0384C; }

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

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

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

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

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

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

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

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