#CF4974

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

Shades of Cranberry #CF4974

Tints of Cranberry #CF4974

Color information

#CF4974 (or 0xCF4974) is unknown color: approx Cranberry. HEX triplet: CF, 49 and 74. RGB value is (207,73,116). Sum of RGB (Red+Green+Blue) = 207+73+116=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4974 is #30B68B. Grayscale: #757575. Windows color (decimal): -3192460 or 7621071. OLE color: 7621071.

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

Color convert

RGB20773116-
CMYK00.650.440.19
HSL340.75º58.26%54.9%-
HSV(B)340.75º64.73%81.18%-
XYZ31.2719.2918.6-
YUV117.97126.89191.5-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.27%
GREEN value IS 73 (28.91% from 255) = 18.43%
BLUE value IS 116 (45.70% from 255) = 29.29%
R=52.27%
G=18.43%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077311600.650.440.19340.7558.2654.9
HexCF49740412C131553a37
Octal317111164010154235257267
Binary11001111100100111101000100000110110010011101010101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4974; }

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

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

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

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

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

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

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

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