#CA1F4E

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

Shades of Old Rose #CA1F4E

Tints of Old Rose #CA1F4E

Color information

#CA1F4E (or 0xCA1F4E) is unknown color: approx Old Rose. HEX triplet: CA, 1F and 4E. RGB value is (202,31,78). Sum of RGB (Red+Green+Blue) = 202+31+78=311 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.95% from 311); Green value is 31 (12.5% from 255 or 9.97% from 311); Blue value is 78 (30.86% from 255 or 25.08% from 311); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1F4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1F4E is #35E0B1. Grayscale: #575757. Windows color (decimal): -3530930 or 5119946. OLE color: 5119946.

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

Color convert

RGB2023178-
CMYK00.850.610.21
HSL343.51º73.39%45.69%-
HSV(B)343.51º84.65%79.22%-
XYZ26.2214.098.54-
YUV87.49122.65209.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 64.95%
GREEN value IS 31 (12.5% from 255) = 9.97%
BLUE value IS 78 (30.86% from 255) = 25.08%
R=64.95%
G=9.97%
B=25.08%

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
Decimal202317800.850.610.21343.5173.3945.69
HexCA1F4E0553D15158492e
Octal312371160125752553011156
Binary1100101011111100111001010101111101101011010110001001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1F4E; }

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

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

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

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

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

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

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

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