#CC5279

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

Shades of Cranberry #CC5279

Tints of Cranberry #CC5279

Color information

#CC5279 (or 0xCC5279) is unknown color: approx Cranberry. HEX triplet: CC, 52 and 79. RGB value is (204,82,121). Sum of RGB (Red+Green+Blue) = 204+82+121=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5279 is #33AD86. Grayscale: #7A7A7A. Windows color (decimal): -3386759 or 7951052. OLE color: 7951052.

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

Color convert

RGB20482121-
CMYK00.600.410.2
HSL340.82º54.46%56.08%-
HSV(B)340.82º59.8%80%-
XYZ31.3720.2520.34-
YUV122.92126.92185.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.12%
GREEN value IS 82 (32.42% from 255) = 20.15%
BLUE value IS 121 (47.66% from 255) = 29.73%
R=50.12%
G=20.15%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048212100.600.410.2340.8254.4656.08
HexCC527903C29141553638
Octal31412217107451245256670
Binary1100110010100101111001011110010100110100101010101110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5279; }

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

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

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

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

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

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

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

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