#C3255C

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

Shades of Old Rose #C3255C

Tints of Old Rose #C3255C

Color information

#C3255C (or 0xC3255C) is unknown color: approx Old Rose. HEX triplet: C3, 25 and 5C. RGB value is (195,37,92). Sum of RGB (Red+Green+Blue) = 195+37+92=324 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.19% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 195 - color contains mainly: red. Hex color #C3255C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3255C is #3CDAA3. Grayscale: #5A5A5A. Windows color (decimal): -3988132 or 6038979. OLE color: 6038979.

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

Color convert

RGB1953792-
CMYK00.810.530.24
HSL339.11º68.1%45.49%-
HSV(B)339.11º81.03%76.47%-
XYZ25.113.711.45-
YUV90.51128.85202.53-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 60.19%
GREEN value IS 37 (14.84% from 255) = 11.42%
BLUE value IS 92 (36.33% from 255) = 28.40%
R=60.19%
G=11.42%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195379200.810.530.24339.1168.145.49
HexC3255C0513518153442d
Octal303451340121653052310455
Binary11000011100101101110001010001110101110001010100111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3255C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3255C; }

 p { color: rgb(195,37,92); }

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

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

 a { background-color: rgb(195,37,92); }

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

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

 span { border-color: rgb(195,37,92); }

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