#CC507C

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

Shades of Cranberry #CC507C

Tints of Cranberry #CC507C

Color information

#CC507C (or 0xCC507C) is unknown color: approx Cranberry. HEX triplet: CC, 50 and 7C. RGB value is (204,80,124). Sum of RGB (Red+Green+Blue) = 204+80+124=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 124 (48.83% from 255 or 30.39% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC507C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC507C is #33AF83. Grayscale: #7A7A7A. Windows color (decimal): -3387268 or 8147148. OLE color: 8147148.

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

Color convert

RGB20480124-
CMYK00.610.390.2
HSL338.71º54.87%55.69%-
HSV(B)338.71º60.78%80%-
XYZ31.4120.0321.28-
YUV122.09129.08186.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50%
GREEN value IS 80 (31.64% from 255) = 19.61%
BLUE value IS 124 (48.83% from 255) = 30.39%
R=50%
G=19.61%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048012400.610.390.2338.7154.8755.69
HexCC507C03D27141533738
Octal31412017407547245236770
Binary1100110010100001111100011110110011110100101010011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC507C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC507C; }

 p { color: rgb(204,80,124); }

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

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

 a { background-color: rgb(204,80,124); }

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

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

 span { border-color: rgb(204,80,124); }

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