#CA224F

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

Shades of Old Rose #CA224F

Tints of Old Rose #CA224F

Color information

#CA224F (or 0xCA224F) is unknown color: approx Old Rose. HEX triplet: CA, 22 and 4F. RGB value is (202,34,79). Sum of RGB (Red+Green+Blue) = 202+34+79=315 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.13% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 202 - color contains mainly: red. Hex color #CA224F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA224F is #35DDB0. Grayscale: #595959. Windows color (decimal): -3530161 or 5186250. OLE color: 5186250.

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

Color convert

RGB2023479-
CMYK00.830.610.21
HSL343.93º71.19%46.27%-
HSV(B)343.93º83.17%79.22%-
XYZ26.3414.278.76-
YUV89.36122.16208.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 64.13%
GREEN value IS 34 (13.67% from 255) = 10.79%
BLUE value IS 79 (31.25% from 255) = 25.08%
R=64.13%
G=10.79%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202347900.830.610.21343.9371.1946.27
HexCA224F0533D15158472e
Octal312421170123752553010756
Binary11001010100010100111101010011111101101011010110001000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA224F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA224F; }

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

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

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

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

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

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

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

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