#CA334C

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

Shades of Old Rose #CA334C

Tints of Old Rose #CA334C

Color information

#CA334C (or 0xCA334C) is unknown color: approx Old Rose. HEX triplet: CA, 33 and 4C. RGB value is (202,51,76). Sum of RGB (Red+Green+Blue) = 202+51+76=329 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.40% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 202 - color contains mainly: red. Hex color #CA334C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA334C is #35CCB3. Grayscale: #636363. Windows color (decimal): -3525812 or 4993994. OLE color: 4993994.

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

Color convert

RGB2025176-
CMYK00.750.620.21
HSL350.07º59.68%49.61%-
HSV(B)350.07º74.75%79.22%-
XYZ26.8515.458.4-
YUV99115.03201.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 61.40%
GREEN value IS 51 (20.31% from 255) = 15.50%
BLUE value IS 76 (30.08% from 255) = 23.10%
R=61.40%
G=15.50%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202517600.750.620.21350.0759.6849.61
HexCA334C04B3E1515e3c32
Octal31263114011376255367462
Binary1100101011001110011000100101111111010101101011110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA334C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA334C; }

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

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

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

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

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

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

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

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