#C33151

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

Shades of Old Rose #C33151

Tints of Old Rose #C33151

Color information

#C33151 (or 0xC33151) is unknown color: approx Old Rose. HEX triplet: C3, 31 and 51. RGB value is (195,49,81). Sum of RGB (Red+Green+Blue) = 195+49+81=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 81 (32.03% from 255 or 24.92% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C33151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33151 is #3CCEAE. Grayscale: #606060. Windows color (decimal): -3985071 or 5321155. OLE color: 5321155.

HSL color Cylindrical-coordinate representation of color #C33151: hue angle of 346.85º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C33151 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB1954981-
CMYK00.750.580.24
HSL346.85º59.84%47.84%-
HSV(B)346.85º74.87%76.47%-
XYZ25.0914.399.24-
YUV96.3119.37198.4-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 60%
GREEN value IS 49 (19.53% from 255) = 15.08%
BLUE value IS 81 (32.03% from 255) = 24.92%
R=60%
G=15.08%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195498100.750.580.24346.8559.8447.84
HexC3315104B3A1815b3c30
Octal30361121011372305337460
Binary1100001111000110100010100101111101011000101011011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33151; }

 p { color: rgb(195,49,81); }

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

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

 a { background-color: rgb(195,49,81); }

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

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

 span { border-color: rgb(195,49,81); }

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