#CF5F7D

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

Shades of Cranberry #CF5F7D

Tints of Cranberry #CF5F7D

Color information

#CF5F7D (or 0xCF5F7D) is unknown color: approx Cranberry. HEX triplet: CF, 5F and 7D. RGB value is (207,95,125). Sum of RGB (Red+Green+Blue) = 207+95+125=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 95 (37.5% from 255 or 22.25% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5F7D is #30A082. Grayscale: #838383. Windows color (decimal): -3186819 or 8216527. OLE color: 8216527.

HSL color Cylindrical-coordinate representation of color #CF5F7D: hue angle of 343.93º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF5F7D is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB20795125-
CMYK00.540.400.19
HSL343.93º53.85%59.22%-
HSV(B)343.93º54.11%81.18%-
XYZ33.5322.9322.06-
YUV131.91124.11181.56-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.48%
GREEN value IS 95 (37.5% from 255) = 22.25%
BLUE value IS 125 (49.22% from 255) = 29.27%
R=48.48%
G=22.25%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079512500.540.400.19343.9353.8559.22
HexCF5F7D0362813158363b
Octal31713717506650235306673
Binary1100111110111111111101011011010100010011101011000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5F7D; }

 p { color: rgb(207,95,125); }

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

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

 a { background-color: rgb(207,95,125); }

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

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

 span { border-color: rgb(207,95,125); }

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