#CA354F

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

Shades of Old Rose #CA354F

Tints of Old Rose #CA354F

Color information

#CA354F (or 0xCA354F) is unknown color: approx Old Rose. HEX triplet: CA, 35 and 4F. RGB value is (202,53,79). Sum of RGB (Red+Green+Blue) = 202+53+79=334 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.48% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 202 - color contains mainly: red. Hex color #CA354F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA354F is #35CAB0. Grayscale: #646464. Windows color (decimal): -3525297 or 5191114. OLE color: 5191114.

HSL color Cylindrical-coordinate representation of color #CA354F: hue angle of 349.53º 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 #CA354F is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB2025379-
CMYK00.740.610.21
HSL349.53º58.43%50%-
HSV(B)349.53º73.76%79.22%-
XYZ27.0415.679-
YUV100.51115.86200.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 60.48%
GREEN value IS 53 (21.09% from 255) = 15.87%
BLUE value IS 79 (31.25% from 255) = 23.65%
R=60.48%
G=15.87%
B=23.65%

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
Decimal202537900.740.610.21349.5358.4350
HexCA354F04A3D1515e3a32
Octal31265117011275255367262
Binary1100101011010110011110100101011110110101101011110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA354F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA354F; }

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

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

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

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

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

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

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

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