#CF497A

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

Shades of Cranberry #CF497A

Tints of Cranberry #CF497A

Color information

#CF497A (or 0xCF497A) is unknown color: approx Cranberry. HEX triplet: CF, 49 and 7A. RGB value is (207,73,122). Sum of RGB (Red+Green+Blue) = 207+73+122=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 73 (28.91% from 255 or 18.16% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CF497A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF497A is #30B685. Grayscale: #767676. Windows color (decimal): -3192454 or 8014287. OLE color: 8014287.

HSL color Cylindrical-coordinate representation of color #CF497A: hue angle of 338.06º 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 #CF497A is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB20773122-
CMYK00.650.410.19
HSL338.06º58.26%54.9%-
HSV(B)338.06º64.73%81.18%-
XYZ31.6319.4420.5-
YUV118.65129.89191.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 51.49%
GREEN value IS 73 (28.91% from 255) = 18.16%
BLUE value IS 122 (48.05% from 255) = 30.35%
R=51.49%
G=18.16%
B=30.35%

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
Decimal2077312200.650.410.19338.0658.2654.9
HexCF497A04129131523a37
Octal317111172010151235227267
Binary11001111100100111110100100000110100110011101010010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF497A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF497A; }

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

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

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

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

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

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

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

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