#CA3C4D

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

Shades of Old Rose #CA3C4D

Tints of Old Rose #CA3C4D

Color information

#CA3C4D (or 0xCA3C4D) is unknown color: approx Old Rose. HEX triplet: CA, 3C and 4D. RGB value is (202,60,77). Sum of RGB (Red+Green+Blue) = 202+60+77=339 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.59% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3C4D is #35C3B2. Grayscale: #686868. Windows color (decimal): -3523507 or 5061834. OLE color: 5061834.

HSL color Cylindrical-coordinate representation of color #CA3C4D: hue angle of 352.82º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA3C4D is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB2026077-
CMYK00.700.620.21
HSL352.82º57.26%51.37%-
HSV(B)352.82º70.3%79.22%-
XYZ27.3116.328.73-
YUV104.4112.54197.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 59.59%
GREEN value IS 60 (23.83% from 255) = 17.70%
BLUE value IS 77 (30.47% from 255) = 22.71%
R=59.59%
G=17.70%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202607700.700.620.21352.8257.2651.37
HexCA3C4D0463E151613933
Octal31274115010676255417163
Binary1100101011110010011010100011011111010101101100001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3C4D; }

 p { color: rgb(202,60,77); }

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

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

 a { background-color: rgb(202,60,77); }

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

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

 span { border-color: rgb(202,60,77); }

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