#CF5D7E

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

Shades of Cranberry #CF5D7E

Tints of Cranberry #CF5D7E

Color information

#CF5D7E (or 0xCF5D7E) is unknown color: approx Cranberry. HEX triplet: CF, 5D and 7E. RGB value is (207,93,126). Sum of RGB (Red+Green+Blue) = 207+93+126=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5D7E is #30A281. Grayscale: #828282. Windows color (decimal): -3187330 or 8281551. OLE color: 8281551.

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

Color convert

RGB20793126-
CMYK00.550.390.19
HSL342.63º54.29%58.82%-
HSV(B)342.63º55.07%81.18%-
XYZ33.4122.622.34-
YUV130.85125.27182.32-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.59%
GREEN value IS 93 (36.72% from 255) = 21.83%
BLUE value IS 126 (49.61% from 255) = 29.58%
R=48.59%
G=21.83%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079312600.550.390.19342.6354.2958.82
HexCF5D7E0372713157363b
Octal31713517606747235276673
Binary1100111110111011111110011011110011110011101010111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5D7E; }

 p { color: rgb(207,93,126); }

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

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

 a { background-color: rgb(207,93,126); }

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

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

 span { border-color: rgb(207,93,126); }

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