#CF4C7A

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

Shades of Cranberry #CF4C7A

Tints of Cranberry #CF4C7A

Color information

#CF4C7A (or 0xCF4C7A) is unknown color: approx Cranberry. HEX triplet: CF, 4C and 7A. RGB value is (207,76,122). Sum of RGB (Red+Green+Blue) = 207+76+122=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 76 (30.08% from 255 or 18.77% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4C7A is #30B385. Grayscale: #787878. Windows color (decimal): -3191686 or 8015055. OLE color: 8015055.

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

Color convert

RGB20776122-
CMYK00.630.410.19
HSL338.93º57.71%55.49%-
HSV(B)338.93º63.29%81.18%-
XYZ31.8319.8420.56-
YUV120.41128.9189.76-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 51.11%
GREEN value IS 76 (30.08% from 255) = 18.77%
BLUE value IS 122 (48.05% from 255) = 30.12%
R=51.11%
G=18.77%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077612200.630.410.19338.9357.7155.49
HexCF4C7A03F29131533a37
Octal31711417207751235237267
Binary1100111110011001111010011111110100110011101010011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4C7A; }

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

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

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

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

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

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

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

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