#CC547A

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

Shades of Cranberry #CC547A

Tints of Cranberry #CC547A

Color information

#CC547A (or 0xCC547A) is unknown color: approx Cranberry. HEX triplet: CC, 54 and 7A. RGB value is (204,84,122). Sum of RGB (Red+Green+Blue) = 204+84+122=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 84 (33.20% from 255 or 20.49% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC547A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC547A is #33AB85. Grayscale: #7C7C7C. Windows color (decimal): -3386246 or 8017100. OLE color: 8017100.

HSL color Cylindrical-coordinate representation of color #CC547A: hue angle of 341º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC547A is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB20484122-
CMYK00.590.400.2
HSL341º54.05%56.47%-
HSV(B)341º58.82%80%-
XYZ31.5920.5820.72-
YUV124.21126.76184.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.76%
GREEN value IS 84 (33.20% from 255) = 20.49%
BLUE value IS 122 (48.05% from 255) = 29.76%
R=49.76%
G=20.49%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048412200.590.400.234154.0556.47
HexCC547A03B28141553638
Octal31412417207350245256670
Binary1100110010101001111010011101110100010100101010101110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC547A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC547A; }

 p { color: rgb(204,84,122); }

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

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

 a { background-color: rgb(204,84,122); }

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

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

 span { border-color: rgb(204,84,122); }

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