#CC547D

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

Shades of Cranberry #CC547D

Tints of Cranberry #CC547D

Color information

#CC547D (or 0xCC547D) is unknown color: approx Cranberry. HEX triplet: CC, 54 and 7D. RGB value is (204,84,125). Sum of RGB (Red+Green+Blue) = 204+84+125=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 84 (33.20% from 255 or 20.34% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC547D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC547D is #33AB82. Grayscale: #7C7C7C. Windows color (decimal): -3386243 or 8213708. OLE color: 8213708.

HSL color Cylindrical-coordinate representation of color #CC547D: hue angle of 339.5º 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 #CC547D is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.2.

Color convert

RGB20484125-
CMYK00.590.390.2
HSL339.5º54.05%56.47%-
HSV(B)339.5º58.82%80%-
XYZ31.7720.6621.71-
YUV124.55128.26184.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.39%
GREEN value IS 84 (33.20% from 255) = 20.34%
BLUE value IS 125 (49.22% from 255) = 30.27%
R=49.39%
G=20.34%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048412500.590.390.2339.554.0556.47
HexCC547D03B27141543638
Octal31412417507347245246670
Binary1100110010101001111101011101110011110100101010100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC547D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC547D; }

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

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

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

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

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

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

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

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