#CC557B

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

Shades of Cranberry #CC557B

Tints of Cranberry #CC557B

Color information

#CC557B (or 0xCC557B) is unknown color: approx Cranberry. HEX triplet: CC, 55 and 7B. RGB value is (204,85,123). Sum of RGB (Red+Green+Blue) = 204+85+123=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC557B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC557B is #33AA84. Grayscale: #7C7C7C. Windows color (decimal): -3385989 or 8082892. OLE color: 8082892.

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

Color convert

RGB20485123-
CMYK00.580.400.2
HSL340.84º53.85%56.67%-
HSV(B)340.84º58.33%80%-
XYZ31.7320.7621.07-
YUV124.91126.92184.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.51%
GREEN value IS 85 (33.59% from 255) = 20.63%
BLUE value IS 123 (48.44% from 255) = 29.85%
R=49.51%
G=20.63%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048512300.580.400.2340.8453.8556.67
HexCC557B03A28141553639
Octal31412517307250245256671
Binary1100110010101011111011011101010100010100101010101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC557B; }

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

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

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

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

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

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

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

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