#CA3250

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

Shades of Old Rose #CA3250

Tints of Old Rose #CA3250

Color information

#CA3250 (or 0xCA3250) is unknown color: approx Old Rose. HEX triplet: CA, 32 and 50. RGB value is (202,50,80). Sum of RGB (Red+Green+Blue) = 202+50+80=332 (43% of max value = 765). Red value is 202 (79.30% from 255 or 60.84% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3250 is #35CDAF. Grayscale: #626262. Windows color (decimal): -3526064 or 5255882. OLE color: 5255882.

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

Color convert

RGB2025080-
CMYK00.750.600.21
HSL348.16º60.32%49.41%-
HSV(B)348.16º75.25%79.22%-
XYZ26.9515.429.14-
YUV98.87117.36201.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 60.84%
GREEN value IS 50 (19.92% from 255) = 15.06%
BLUE value IS 80 (31.64% from 255) = 24.10%
R=60.84%
G=15.06%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202508000.750.600.21348.1660.3249.41
HexCA325004B3C1515c3c31
Octal31262120011374255347461
Binary1100101011001010100000100101111110010101101011100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3250; }

 p { color: rgb(202,50,80); }

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

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

 a { background-color: rgb(202,50,80); }

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

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

 span { border-color: rgb(202,50,80); }

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