#C2384B

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

Shades of Old Rose #C2384B

Tints of Old Rose #C2384B

Color information

#C2384B (or 0xC2384B) is unknown color: approx Old Rose. HEX triplet: C2, 38 and 4B. RGB value is (194,56,75). Sum of RGB (Red+Green+Blue) = 194+56+75=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C2384B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2384B is #3DC7B4. Grayscale: #636363. Windows color (decimal): -4048821 or 4929730. OLE color: 4929730.

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

Color convert

RGB1945675-
CMYK00.710.610.24
HSL351.74º55.2%49.02%-
HSV(B)351.74º71.13%76.08%-
XYZ24.9314.818.2-
YUV99.43114.22195.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 59.69%
GREEN value IS 56 (22.27% from 255) = 17.23%
BLUE value IS 75 (29.69% from 255) = 23.08%
R=59.69%
G=17.23%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194567500.710.610.24351.7455.249.02
HexC2384B0473D181603731
Octal30270113010775305406761
Binary1100001011100010010110100011111110111000101100000110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2384B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2384B; }

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

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

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

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

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

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

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

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