#CA3358

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

Shades of Old Rose #CA3358

Tints of Old Rose #CA3358

Color information

#CA3358 (or 0xCA3358) is unknown color: approx Old Rose. HEX triplet: CA, 33 and 58. RGB value is (202,51,88). Sum of RGB (Red+Green+Blue) = 202+51+88=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3358 is #35CCA7. Grayscale: #646464. Windows color (decimal): -3525800 or 5780426. OLE color: 5780426.

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

Color convert

RGB2025188-
CMYK00.750.560.21
HSL345.3º59.68%49.61%-
HSV(B)345.3º74.75%79.22%-
XYZ27.315.6310.81-
YUV100.37121.03200.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 59.24%
GREEN value IS 51 (20.31% from 255) = 14.96%
BLUE value IS 88 (34.77% from 255) = 25.81%
R=59.24%
G=14.96%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202518800.750.560.21345.359.6849.61
HexCA335804B38151593c32
Octal31263130011370255317462
Binary1100101011001110110000100101111100010101101011001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3358; }

 p { color: rgb(202,51,88); }

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

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

 a { background-color: rgb(202,51,88); }

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

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

 span { border-color: rgb(202,51,88); }

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