#CC477B

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

Shades of Cranberry #CC477B

Tints of Cranberry #CC477B

Color information

#CC477B (or 0xCC477B) is unknown color: approx Cranberry. HEX triplet: CC, 47 and 7B. RGB value is (204,71,123). Sum of RGB (Red+Green+Blue) = 204+71+123=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 71 (28.12% from 255 or 17.84% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC477B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC477B is #33B884. Grayscale: #747474. Windows color (decimal): -3389573 or 8079308. OLE color: 8079308.

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

Color convert

RGB20471123-
CMYK00.650.400.2
HSL336.54º56.6%53.92%-
HSV(B)336.54º65.2%80%-
XYZ30.7318.7720.74-
YUV116.7131.56190.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.26%
GREEN value IS 71 (28.12% from 255) = 17.84%
BLUE value IS 123 (48.44% from 255) = 30.90%
R=51.26%
G=17.84%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047112300.650.400.2336.5456.653.92
HexCC477B04128141513936
Octal314107173010150245217166
Binary11001100100011111110110100000110100010100101010001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC477B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC477B; }

 p { color: rgb(204,71,123); }

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

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

 a { background-color: rgb(204,71,123); }

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

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

 span { border-color: rgb(204,71,123); }

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