#CA1F4F

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

Shades of Old Rose #CA1F4F

Tints of Old Rose #CA1F4F

Color information

#CA1F4F (or 0xCA1F4F) is unknown color: approx Old Rose. HEX triplet: CA, 1F and 4F. RGB value is (202,31,79). Sum of RGB (Red+Green+Blue) = 202+31+79=312 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.74% from 312); Green value is 31 (12.5% from 255 or 9.94% from 312); Blue value is 79 (31.25% from 255 or 25.32% from 312); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1F4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1F4F is #35E0B0. Grayscale: #575757. Windows color (decimal): -3530929 or 5185482. OLE color: 5185482.

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

Color convert

RGB2023179-
CMYK00.850.610.21
HSL343.16º73.39%45.69%-
HSV(B)343.16º84.65%79.22%-
XYZ26.2614.18.73-
YUV87.6123.15209.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 64.74%
GREEN value IS 31 (12.5% from 255) = 9.94%
BLUE value IS 79 (31.25% from 255) = 25.32%
R=64.74%
G=9.94%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202317900.850.610.21343.1673.3945.69
HexCA1F4F0553D15157492e
Octal312371170125752552711156
Binary1100101011111100111101010101111101101011010101111001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1F4F; }

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

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

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

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

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

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

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

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