#C4285D

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

Shades of Old Rose #C4285D

Tints of Old Rose #C4285D

Color information

#C4285D (or 0xC4285D) is unknown color: approx Old Rose. HEX triplet: C4, 28 and 5D. RGB value is (196,40,93). Sum of RGB (Red+Green+Blue) = 196+40+93=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C4285D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4285D is #3BD7A2. Grayscale: #5C5C5C. Windows color (decimal): -3921827 or 6105284. OLE color: 6105284.

HSL color Cylindrical-coordinate representation of color #C4285D: hue angle of 339.62º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C4285D is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB1964093-
CMYK00.800.530.23
HSL339.62º66.1%46.27%-
HSV(B)339.62º79.59%76.86%-
XYZ25.514.0411.72-
YUV92.69128.18201.69-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 59.57%
GREEN value IS 40 (16.02% from 255) = 12.16%
BLUE value IS 93 (36.72% from 255) = 28.27%
R=59.57%
G=12.16%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196409300.800.530.23339.6266.146.27
HexC4285D0503517154422e
Octal304501350120652752410256
Binary11000100101000101110101010000110101101111010101001000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4285D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4285D; }

 p { color: rgb(196,40,93); }

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

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

 a { background-color: rgb(196,40,93); }

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

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

 span { border-color: rgb(196,40,93); }

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