#c3264d

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

Shades of Old Rose #C3264D

Tints of Old Rose #C3264D

Color information

#C3264D (or 0xC3264D) is unknown color: approx Old Rose. HEX triplet: C3, 26 and 4D. RGB value is (195,38,77). Sum of RGB (Red+Green+Blue) = 195+38+77=310 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.90% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 195 - color contains mainly: red. Hex color #C3264D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3264D is #3CD9B2. Grayscale: #595959. Windows color (decimal): -3987891 or 5056195. OLE color: 5056195.

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

Color convert

RGB1953877-
CMYK00.810.610.24
HSL345.1º67.38%45.69%-
HSV(B)345.1º80.51%76.47%-
XYZ24.5413.528.34-
YUV89.39121.01203.33-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 62.90%
GREEN value IS 38 (15.23% from 255) = 12.26%
BLUE value IS 77 (30.47% from 255) = 24.84%
R=62.90%
G=12.26%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195387700.810.610.24345.167.3845.69
HexC3264D0513D18159432e
Octal303461150121753053110356
Binary11000011100110100110101010001111101110001010110011000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3264d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3264d; }

 p { color: rgb(195,38,77); }

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

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

 a { background-color: rgb(195,38,77); }

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

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

 span { border-color: rgb(195,38,77); }

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