#CA374C

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

Shades of Old Rose #CA374C

Tints of Old Rose #CA374C

Color information

#CA374C (or 0xCA374C) is unknown color: approx Old Rose. HEX triplet: CA, 37 and 4C. RGB value is (202,55,76). Sum of RGB (Red+Green+Blue) = 202+55+76=333 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.66% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 202 - color contains mainly: red. Hex color #CA374C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA374C is #35C8B3. Grayscale: #656565. Windows color (decimal): -3524788 or 4995018. OLE color: 4995018.

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

Color convert

RGB2025576-
CMYK00.730.620.21
HSL351.43º58.1%50.39%-
HSV(B)351.43º72.77%79.22%-
XYZ27.0315.818.46-
YUV101.35113.7199.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 60.66%
GREEN value IS 55 (21.88% from 255) = 16.52%
BLUE value IS 76 (30.08% from 255) = 22.82%
R=60.66%
G=16.52%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202557600.730.620.21351.4358.150.39
HexCA374C0493E1515f3a32
Octal31267114011176255377262
Binary1100101011011110011000100100111111010101101011111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA374C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA374C; }

 p { color: rgb(202,55,76); }

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

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

 a { background-color: rgb(202,55,76); }

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

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

 span { border-color: rgb(202,55,76); }

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