#CA547F

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

Shades of Cranberry #CA547F

Tints of Cranberry #CA547F

Color information

#CA547F (or 0xCA547F) is unknown color: approx Cranberry. HEX triplet: CA, 54 and 7F. RGB value is (202,84,127). Sum of RGB (Red+Green+Blue) = 202+84+127=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 84 (33.20% from 255 or 20.34% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA547F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA547F is #35AB80. Grayscale: #7C7C7C. Windows color (decimal): -3517313 or 8344778. OLE color: 8344778.

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

Color convert

RGB20284127-
CMYK00.580.370.21
HSL338.14º52.68%56.08%-
HSV(B)338.14º58.42%79.22%-
XYZ31.3620.4322.37-
YUV124.18129.59183.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.91%
GREEN value IS 84 (33.20% from 255) = 20.34%
BLUE value IS 127 (50% from 255) = 30.75%
R=48.91%
G=20.34%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028412700.580.370.21338.1452.6856.08
HexCA547F03A25151523538
Octal31212417707245255226570
Binary1100101010101001111111011101010010110101101010010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA547F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA547F; }

 p { color: rgb(202,84,127); }

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

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

 a { background-color: rgb(202,84,127); }

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

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

 span { border-color: rgb(202,84,127); }

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