#ca3754

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

Shades of Old Rose #CA3754

Tints of Old Rose #CA3754

Color information

#CA3754 (or 0xCA3754) is unknown color: approx Old Rose. HEX triplet: CA, 37 and 54. RGB value is (202,55,84). Sum of RGB (Red+Green+Blue) = 202+55+84=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3754 is #35C8AB. Grayscale: #666666. Windows color (decimal): -3524780 or 5519306. OLE color: 5519306.

HSL color Cylindrical-coordinate representation of color #CA3754: hue angle of 348.16º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA3754 is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB2025584-
CMYK00.730.580.21
HSL348.16º58.1%50.39%-
HSV(B)348.16º72.77%79.22%-
XYZ27.3215.9310.02-
YUV102.26117.7199.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 59.24%
GREEN value IS 55 (21.88% from 255) = 16.13%
BLUE value IS 84 (33.20% from 255) = 24.63%
R=59.24%
G=16.13%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202558400.730.580.21348.1658.150.39
HexCA37540493A1515c3a32
Octal31267124011172255347262
Binary1100101011011110101000100100111101010101101011100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca3754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca3754; }

 p { color: rgb(202,55,84); }

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

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

 a { background-color: rgb(202,55,84); }

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

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

 span { border-color: rgb(202,55,84); }

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