#CC567F

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

Shades of Cranberry #CC567F

Tints of Cranberry #CC567F

Color information

#CC567F (or 0xCC567F) is unknown color: approx Cranberry. HEX triplet: CC, 56 and 7F. RGB value is (204,86,127). Sum of RGB (Red+Green+Blue) = 204+86+127=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 86 (33.98% from 255 or 20.62% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC567F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC567F is #33A980. Grayscale: #7D7D7D. Windows color (decimal): -3385729 or 8345292. OLE color: 8345292.

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

Color convert

RGB20486127-
CMYK00.580.380.2
HSL339.15º53.64%56.86%-
HSV(B)339.15º57.84%80%-
XYZ32.0621.0322.45-
YUV125.96128.59183.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.92%
GREEN value IS 86 (33.98% from 255) = 20.62%
BLUE value IS 127 (50% from 255) = 30.46%
R=48.92%
G=20.62%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048612700.580.380.2339.1553.6456.86
HexCC567F03A26141533639
Octal31412617707246245236671
Binary1100110010101101111111011101010011010100101010011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC567F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC567F; }

 p { color: rgb(204,86,127); }

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

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

 a { background-color: rgb(204,86,127); }

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

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

 span { border-color: rgb(204,86,127); }

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