#CC4A7E

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

Shades of Cranberry #CC4A7E

Tints of Cranberry #CC4A7E

Color information

#CC4A7E (or 0xCC4A7E) is unknown color: approx Cranberry. HEX triplet: CC, 4A and 7E. RGB value is (204,74,126). Sum of RGB (Red+Green+Blue) = 204+74+126=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 74 (29.30% from 255 or 18.32% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4A7E is #33B581. Grayscale: #767676. Windows color (decimal): -3388802 or 8276684. OLE color: 8276684.

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

Color convert

RGB20474126-
CMYK00.640.380.2
HSL336º56.03%54.51%-
HSV(B)336º63.73%80%-
XYZ31.1219.2421.81-
YUV118.8132.07188.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.50%
GREEN value IS 74 (29.30% from 255) = 18.32%
BLUE value IS 126 (49.61% from 255) = 31.19%
R=50.50%
G=18.32%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047412600.640.380.233656.0354.51
HexCC4A7E04026141503837
Octal314112176010046245207067
Binary11001100100101011111100100000010011010100101010000111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4A7E; }

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

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

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

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

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

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

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

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