#CC497A

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

Shades of Cranberry #CC497A

Tints of Cranberry #CC497A

Color information

#CC497A (or 0xCC497A) is unknown color: approx Cranberry. HEX triplet: CC, 49 and 7A. RGB value is (204,73,122). Sum of RGB (Red+Green+Blue) = 204+73+122=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC497A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC497A is #33B685. Grayscale: #757575. Windows color (decimal): -3389062 or 8014284. OLE color: 8014284.

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

Color convert

RGB20473122-
CMYK00.640.400.2
HSL337.56º56.22%54.31%-
HSV(B)337.56º64.22%80%-
XYZ30.819.0120.46-
YUV117.76130.4189.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.13%
GREEN value IS 73 (28.91% from 255) = 18.30%
BLUE value IS 122 (48.05% from 255) = 30.58%
R=51.13%
G=18.30%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047312200.640.400.2337.5656.2254.31
HexCC497A04028141523836
Octal314111172010050245227066
Binary11001100100100111110100100000010100010100101010010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC497A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC497A; }

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

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

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

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

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

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

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

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