#C4305C

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

Shades of Old Rose #C4305C

Tints of Old Rose #C4305C

Color information

#C4305C (or 0xC4305C) is unknown color: approx Old Rose. HEX triplet: C4, 30 and 5C. RGB value is (196,48,92). Sum of RGB (Red+Green+Blue) = 196+48+92=336 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.33% from 336); Green value is 48 (19.14% from 255 or 14.29% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 196 - color contains mainly: red. Hex color #C4305C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4305C is #3BCFA3. Grayscale: #616161. Windows color (decimal): -3919780 or 6041796. OLE color: 6041796.

HSL color Cylindrical-coordinate representation of color #C4305C: hue angle of 342.16º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C4305C is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB1964892-
CMYK00.760.530.23
HSL342.16º60.66%47.84%-
HSV(B)342.16º75.51%76.86%-
XYZ25.7514.6211.59-
YUV97.27125.03198.42-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 58.33%
GREEN value IS 48 (19.14% from 255) = 14.29%
BLUE value IS 92 (36.33% from 255) = 27.38%
R=58.33%
G=14.29%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196489200.760.530.23342.1660.6647.84
HexC4305C04C35171563d30
Octal30460134011465275267560
Binary1100010011000010111000100110011010110111101010110111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4305C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4305C; }

 p { color: rgb(196,48,92); }

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

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

 a { background-color: rgb(196,48,92); }

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

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

 span { border-color: rgb(196,48,92); }

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