#C4384B

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

Shades of Old Rose #C4384B

Tints of Old Rose #C4384B

Color information

#C4384B (or 0xC4384B) is unknown color: approx Old Rose. HEX triplet: C4, 38 and 4B. RGB value is (196,56,75). Sum of RGB (Red+Green+Blue) = 196+56+75=327 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.94% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 196 - color contains mainly: red. Hex color #C4384B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4384B is #3BC7B4. Grayscale: #646464. Windows color (decimal): -3917749 or 4929732. OLE color: 4929732.

HSL color Cylindrical-coordinate representation of color #C4384B: hue angle of 351.86º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C4384B is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB1965675-
CMYK00.710.620.23
HSL351.86º55.56%49.41%-
HSV(B)351.86º71.43%76.86%-
XYZ25.4515.078.22-
YUV100.03113.88196.46-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 59.94%
GREEN value IS 56 (22.27% from 255) = 17.13%
BLUE value IS 75 (29.69% from 255) = 22.94%
R=59.94%
G=17.13%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196567500.710.620.23351.8655.5649.41
HexC4384B0473E171603831
Octal30470113010776275407061
Binary1100010011100010010110100011111111010111101100000111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4384B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4384B; }

 p { color: rgb(196,56,75); }

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

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

 a { background-color: rgb(196,56,75); }

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

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

 span { border-color: rgb(196,56,75); }

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