#CF497B

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

Shades of Cranberry #CF497B

Tints of Cranberry #CF497B

Color information

#CF497B (or 0xCF497B) is unknown color: approx Cranberry. HEX triplet: CF, 49 and 7B. RGB value is (207,73,123). Sum of RGB (Red+Green+Blue) = 207+73+123=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 73 (28.91% from 255 or 18.11% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF497B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF497B is #30B684. Grayscale: #767676. Windows color (decimal): -3192453 or 8079823. OLE color: 8079823.

HSL color Cylindrical-coordinate representation of color #CF497B: hue angle of 337.61º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF497B is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB20773123-
CMYK00.650.410.19
HSL337.61º58.26%54.9%-
HSV(B)337.61º64.73%81.18%-
XYZ31.6919.4620.82-
YUV118.77130.39190.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 51.36%
GREEN value IS 73 (28.91% from 255) = 18.11%
BLUE value IS 123 (48.44% from 255) = 30.52%
R=51.36%
G=18.11%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077312300.650.410.19337.6158.2654.9
HexCF497B04129131523a37
Octal317111173010151235227267
Binary11001111100100111110110100000110100110011101010010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF497B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF497B; }

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

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

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

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

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

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

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

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