#CA3151

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

Shades of Old Rose #CA3151

Tints of Old Rose #CA3151

Color information

#CA3151 (or 0xCA3151) is unknown color: approx Old Rose. HEX triplet: CA, 31 and 51. RGB value is (202,49,81). Sum of RGB (Red+Green+Blue) = 202+49+81=332 (43% of max value = 765). Red value is 202 (79.30% from 255 or 60.84% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 81 (32.03% from 255 or 24.40% from 332); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3151 is #35CEAE. Grayscale: #626262. Windows color (decimal): -3526319 or 5321162. OLE color: 5321162.

HSL color Cylindrical-coordinate representation of color #CA3151: hue angle of 347.45º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA3151 is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB2024981-
CMYK00.760.600.21
HSL347.45º60.96%49.22%-
HSV(B)347.45º75.74%79.22%-
XYZ26.9415.359.33-
YUV98.4118.19201.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 60.84%
GREEN value IS 49 (19.53% from 255) = 14.76%
BLUE value IS 81 (32.03% from 255) = 24.40%
R=60.84%
G=14.76%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202498100.760.600.21347.4560.9649.22
HexCA315104C3C1515b3d31
Octal31261121011474255337561
Binary1100101011000110100010100110011110010101101011011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3151; }

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

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

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

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

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

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

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

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