#CF3F75

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

Shades of Cranberry #CF3F75

Tints of Cranberry #CF3F75

Color information

#CF3F75 (or 0xCF3F75) is unknown color: approx Cranberry. HEX triplet: CF, 3F and 75. RGB value is (207,63,117). Sum of RGB (Red+Green+Blue) = 207+63+117=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3F75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3F75 is #30C08A. Grayscale: #707070. Windows color (decimal): -3195019 or 7684047. OLE color: 7684047.

HSL color Cylindrical-coordinate representation of color #CF3F75: hue angle of 337.5º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF3F75 is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB20763117-
CMYK00.700.430.19
HSL337.5º60%52.94%-
HSV(B)337.5º69.57%81.18%-
XYZ30.7218.118.71-
YUV112.21130.71195.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.49%
GREEN value IS 63 (25% from 255) = 16.28%
BLUE value IS 117 (46.09% from 255) = 30.23%
R=53.49%
G=16.28%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2076311700.700.430.19337.56052.94
HexCF3F750462B131523c35
Octal31777165010653235227465
Binary1100111111111111101010100011010101110011101010010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3F75; }

 p { color: rgb(207,63,117); }

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

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

 a { background-color: rgb(207,63,117); }

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

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

 span { border-color: rgb(207,63,117); }

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