#CA224A

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

Shades of Old Rose #CA224A

Tints of Old Rose #CA224A

Color information

#CA224A (or 0xCA224A) is unknown color: approx Old Rose. HEX triplet: CA, 22 and 4A. RGB value is (202,34,74). Sum of RGB (Red+Green+Blue) = 202+34+74=310 (41% of max value = 765). Red value is 202 (79.30% from 255 or 65.16% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 202 - color contains mainly: red. Hex color #CA224A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA224A is #35DDB5. Grayscale: #585858. Windows color (decimal): -3530166 or 4858570. OLE color: 4858570.

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

Color convert

RGB2023474-
CMYK00.830.630.21
HSL345.71º71.19%46.27%-
HSV(B)345.71º83.17%79.22%-
XYZ26.1714.27.84-
YUV88.79119.66208.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 65.16%
GREEN value IS 34 (13.67% from 255) = 10.97%
BLUE value IS 74 (29.30% from 255) = 23.87%
R=65.16%
G=10.97%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202347400.830.630.21345.7171.1946.27
HexCA224A0533F1515a472e
Octal312421120123772553210756
Binary11001010100010100101001010011111111101011010110101000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA224A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA224A; }

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

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

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

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

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

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

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

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