#CC527D

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

Shades of Cranberry #CC527D

Tints of Cranberry #CC527D

Color information

#CC527D (or 0xCC527D) is unknown color: approx Cranberry. HEX triplet: CC, 52 and 7D. RGB value is (204,82,125). Sum of RGB (Red+Green+Blue) = 204+82+125=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 82 (32.42% from 255 or 19.95% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC527D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC527D is #33AD82. Grayscale: #7B7B7B. Windows color (decimal): -3386755 or 8213196. OLE color: 8213196.

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

Color convert

RGB20482125-
CMYK00.600.390.2
HSL338.85º54.46%56.08%-
HSV(B)338.85º59.8%80%-
XYZ31.6220.3521.66-
YUV123.38128.92185.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.64%
GREEN value IS 82 (32.42% from 255) = 19.95%
BLUE value IS 125 (49.22% from 255) = 30.41%
R=49.64%
G=19.95%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048212500.600.390.2338.8554.4656.08
HexCC527D03C27141533638
Octal31412217507447245236670
Binary1100110010100101111101011110010011110100101010011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC527D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC527D; }

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

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

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

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

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

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

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

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