#CF427B

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

Shades of Cranberry #CF427B

Tints of Cranberry #CF427B

Color information

#CF427B (or 0xCF427B) is unknown color: approx Cranberry. HEX triplet: CF, 42 and 7B. RGB value is (207,66,123). Sum of RGB (Red+Green+Blue) = 207+66+123=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 66 (26.17% from 255 or 16.67% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CF427B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF427B is #30BD84. Grayscale: #727272. Windows color (decimal): -3194245 or 8078031. OLE color: 8078031.

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

Color convert

RGB20766123-
CMYK00.680.410.19
HSL335.74º59.49%53.53%-
HSV(B)335.74º68.12%81.18%-
XYZ31.2618.5920.68-
YUV114.66132.71193.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.27%
GREEN value IS 66 (26.17% from 255) = 16.67%
BLUE value IS 123 (48.44% from 255) = 31.06%
R=52.27%
G=16.67%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2076612300.680.410.19335.7459.4953.53
HexCF427B04429131503b36
Octal317102173010451235207366
Binary11001111100001011110110100010010100110011101010000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF427B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF427B; }

 p { color: rgb(207,66,123); }

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

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

 a { background-color: rgb(207,66,123); }

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

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

 span { border-color: rgb(207,66,123); }

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