#C4384A

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

Shades of Old Rose #C4384A

Tints of Old Rose #C4384A

Color information

#C4384A (or 0xC4384A) is unknown color: approx Old Rose. HEX triplet: C4, 38 and 4A. RGB value is (196,56,74). Sum of RGB (Red+Green+Blue) = 196+56+74=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C4384A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4384A is #3BC7B5. Grayscale: #636363. Windows color (decimal): -3917750 or 4864196. OLE color: 4864196.

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

Color convert

RGB1965674-
CMYK00.710.620.23
HSL352.29º55.56%49.41%-
HSV(B)352.29º71.43%76.86%-
XYZ25.4215.068.05-
YUV99.91113.38196.54-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 60.12%
GREEN value IS 56 (22.27% from 255) = 17.18%
BLUE value IS 74 (29.30% from 255) = 22.70%
R=60.12%
G=17.18%
B=22.70%

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
Decimal196567400.710.620.23352.2955.5649.41
HexC4384A0473E171603831
Octal30470112010776275407061
Binary1100010011100010010100100011111111010111101100000111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4384A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4384A; }

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

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

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

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

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

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

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

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