#CF5885

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

Shades of Cranberry #CF5885

Tints of Cranberry #CF5885

Color information

#CF5885 (or 0xCF5885) is unknown color: approx Cranberry. HEX triplet: CF, 58 and 85. RGB value is (207,88,133). Sum of RGB (Red+Green+Blue) = 207+88+133=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 88 (34.77% from 255 or 20.56% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5885 is #30A77A. Grayscale: #808080. Windows color (decimal): -3188603 or 8739023. OLE color: 8739023.

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

Color convert

RGB20788133-
CMYK00.570.360.19
HSL337.31º55.35%57.84%-
HSV(B)337.31º57.49%81.18%-
XYZ33.4621.9424.66-
YUV128.71130.42183.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.36%
GREEN value IS 88 (34.77% from 255) = 20.56%
BLUE value IS 133 (52.34% from 255) = 31.07%
R=48.36%
G=20.56%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078813300.570.360.19337.3155.3557.84
HexCF58850392413151373a
Octal31713020507144235216772
Binary11001111101100010000101011100110010010011101010001110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5885; }

 p { color: rgb(207,88,133); }

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

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

 a { background-color: rgb(207,88,133); }

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

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

 span { border-color: rgb(207,88,133); }

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