#CC497B

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

Shades of Cranberry #CC497B

Tints of Cranberry #CC497B

Color information

#CC497B (or 0xCC497B) is unknown color: approx Cranberry. HEX triplet: CC, 49 and 7B. RGB value is (204,73,123). Sum of RGB (Red+Green+Blue) = 204+73+123=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC497B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC497B is #33B684. Grayscale: #757575. Windows color (decimal): -3389061 or 8079820. OLE color: 8079820.

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

Color convert

RGB20473123-
CMYK00.640.400.2
HSL337.1º56.22%54.31%-
HSV(B)337.1º64.22%80%-
XYZ30.8619.0320.79-
YUV117.87130.9189.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51%
GREEN value IS 73 (28.91% from 255) = 18.25%
BLUE value IS 123 (48.44% from 255) = 30.75%
R=51%
G=18.25%
B=30.75%

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
Decimal2047312300.640.400.2337.156.2254.31
HexCC497B04028141513836
Octal314111173010050245217066
Binary11001100100100111110110100000010100010100101010001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC497B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC497B; }

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

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

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

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

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

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

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

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