#CA354E

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

Shades of Old Rose #CA354E

Tints of Old Rose #CA354E

Color information

#CA354E (or 0xCA354E) is unknown color: approx Old Rose. HEX triplet: CA, 35 and 4E. RGB value is (202,53,78). Sum of RGB (Red+Green+Blue) = 202+53+78=333 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.66% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 78 (30.86% from 255 or 23.42% from 333); Max value from RGB is 202 - color contains mainly: red. Hex color #CA354E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA354E is #35CAB1. Grayscale: #646464. Windows color (decimal): -3525298 or 5125578. OLE color: 5125578.

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

Color convert

RGB2025378-
CMYK00.740.610.21
HSL349.93º58.43%50%-
HSV(B)349.93º73.76%79.22%-
XYZ27.0115.658.81-
YUV100.4115.36200.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 60.66%
GREEN value IS 53 (21.09% from 255) = 15.92%
BLUE value IS 78 (30.86% from 255) = 23.42%
R=60.66%
G=15.92%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202537800.740.610.21349.9358.4350
HexCA354E04A3D1515e3a32
Octal31265116011275255367262
Binary1100101011010110011100100101011110110101101011110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA354E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA354E; }

 p { color: rgb(202,53,78); }

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

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

 a { background-color: rgb(202,53,78); }

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

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

 span { border-color: rgb(202,53,78); }

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