#C4285E

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

Shades of Old Rose #C4285E

Tints of Old Rose #C4285E

Color information

#C4285E (or 0xC4285E) is unknown color: approx Old Rose. HEX triplet: C4, 28 and 5E. RGB value is (196,40,94). Sum of RGB (Red+Green+Blue) = 196+40+94=330 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.39% from 330); Green value is 40 (16.02% from 255 or 12.12% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 196 - color contains mainly: red. Hex color #C4285E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4285E is #3BD7A1. Grayscale: #5C5C5C. Windows color (decimal): -3921826 or 6170820. OLE color: 6170820.

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

Color convert

RGB1964094-
CMYK00.800.520.23
HSL339.23º66.1%46.27%-
HSV(B)339.23º79.59%76.86%-
XYZ25.5414.0611.96-
YUV92.8128.68201.61-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 59.39%
GREEN value IS 40 (16.02% from 255) = 12.12%
BLUE value IS 94 (37.11% from 255) = 28.48%
R=59.39%
G=12.12%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196409400.800.520.23339.2366.146.27
HexC4285E0503417153422e
Octal304501360120642752310256
Binary11000100101000101111001010000110100101111010100111000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4285E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4285E; }

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

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

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

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

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

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

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

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