#cc4f7a

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

Shades of Cranberry #CC4F7A

Tints of Cranberry #CC4F7A

Color information

#CC4F7A (or 0xCC4F7A) is unknown color: approx Cranberry. HEX triplet: CC, 4F and 7A. RGB value is (204,79,122). Sum of RGB (Red+Green+Blue) = 204+79+122=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 79 (31.25% from 255 or 19.51% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC4F7A is #33B085. Grayscale: #797979. Windows color (decimal): -3387526 or 8015820. OLE color: 8015820.

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

Color convert

RGB20479122-
CMYK00.610.400.2
HSL339.36º55.07%55.49%-
HSV(B)339.36º61.27%80%-
XYZ31.2119.8320.6-
YUV121.28128.41187-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.37%
GREEN value IS 79 (31.25% from 255) = 19.51%
BLUE value IS 122 (48.05% from 255) = 30.12%
R=50.37%
G=19.51%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047912200.610.400.2339.3655.0755.49
HexCC4F7A03D28141533737
Octal31411717207550245236767
Binary1100110010011111111010011110110100010100101010011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc4f7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc4f7a; }

 p { color: rgb(204,79,122); }

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

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

 a { background-color: rgb(204,79,122); }

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

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

 span { border-color: rgb(204,79,122); }

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