#CF5D81

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

Shades of Cranberry #CF5D81

Tints of Cranberry #CF5D81

Color information

#CF5D81 (or 0xCF5D81) is unknown color: approx Cranberry. HEX triplet: CF, 5D and 81. RGB value is (207,93,129). Sum of RGB (Red+Green+Blue) = 207+93+129=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5D81 is #30A27E. Grayscale: #838383. Windows color (decimal): -3187327 or 8478159. OLE color: 8478159.

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

Color convert

RGB20793129-
CMYK00.550.380.19
HSL341.05º54.29%58.82%-
HSV(B)341.05º55.07%81.18%-
XYZ33.6122.6823.37-
YUV131.19126.77182.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.25%
GREEN value IS 93 (36.72% from 255) = 21.68%
BLUE value IS 129 (50.78% from 255) = 30.07%
R=48.25%
G=21.68%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079312900.550.380.19341.0554.2958.82
HexCF5D810372613155363b
Octal31713520106746235256673
Binary11001111101110110000001011011110011010011101010101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5D81; }

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

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

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

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

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

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

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

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