#CA224E

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

Shades of Old Rose #CA224E

Tints of Old Rose #CA224E

Color information

#CA224E (or 0xCA224E) is unknown color: approx Old Rose. HEX triplet: CA, 22 and 4E. RGB value is (202,34,78). Sum of RGB (Red+Green+Blue) = 202+34+78=314 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.33% from 314); Green value is 34 (13.67% from 255 or 10.83% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 202 - color contains mainly: red. Hex color #CA224E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA224E is #35DDB1. Grayscale: #595959. Windows color (decimal): -3530162 or 5120714. OLE color: 5120714.

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

Color convert

RGB2023478-
CMYK00.830.610.21
HSL344.29º71.19%46.27%-
HSV(B)344.29º83.17%79.22%-
XYZ26.314.258.57-
YUV89.25121.66208.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 64.33%
GREEN value IS 34 (13.67% from 255) = 10.83%
BLUE value IS 78 (30.86% from 255) = 24.84%
R=64.33%
G=10.83%
B=24.84%

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
Decimal202347800.830.610.21344.2971.1946.27
HexCA224E0533D15158472e
Octal312421160123752553010756
Binary11001010100010100111001010011111101101011010110001000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA224E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA224E; }

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

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

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

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

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

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

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

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