#CC4C7E

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

Shades of Cranberry #CC4C7E

Tints of Cranberry #CC4C7E

Color information

#CC4C7E (or 0xCC4C7E) is unknown color: approx Cranberry. HEX triplet: CC, 4C and 7E. RGB value is (204,76,126). Sum of RGB (Red+Green+Blue) = 204+76+126=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 76 (30.08% from 255 or 18.72% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4C7E is #33B381. Grayscale: #777777. Windows color (decimal): -3388290 or 8277196. OLE color: 8277196.

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

Color convert

RGB20476126-
CMYK00.630.380.2
HSL336.56º55.65%54.9%-
HSV(B)336.56º62.75%80%-
XYZ31.2519.5121.86-
YUV119.97131.41187.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.25%
GREEN value IS 76 (30.08% from 255) = 18.72%
BLUE value IS 126 (49.61% from 255) = 31.03%
R=50.25%
G=18.72%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047612600.630.380.2336.5655.6554.9
HexCC4C7E03F26141513837
Octal31411417607746245217067
Binary1100110010011001111110011111110011010100101010001111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4C7E; }

 p { color: rgb(204,76,126); }

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

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

 a { background-color: rgb(204,76,126); }

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

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

 span { border-color: rgb(204,76,126); }

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