#CF5F7E

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

Shades of Cranberry #CF5F7E

Tints of Cranberry #CF5F7E

Color information

#CF5F7E (or 0xCF5F7E) is unknown color: approx Cranberry. HEX triplet: CF, 5F and 7E. RGB value is (207,95,126). Sum of RGB (Red+Green+Blue) = 207+95+126=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 95 (37.5% from 255 or 22.20% from 428); Blue value is 126 (49.61% from 255 or 29.44% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5F7E is #30A081. Grayscale: #848484. Windows color (decimal): -3186818 or 8282063. OLE color: 8282063.

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

Color convert

RGB20795126-
CMYK00.540.390.19
HSL343.39º53.85%59.22%-
HSV(B)343.39º54.11%81.18%-
XYZ33.5922.9622.4-
YUV132.02124.61181.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.36%
GREEN value IS 95 (37.5% from 255) = 22.20%
BLUE value IS 126 (49.61% from 255) = 29.44%
R=48.36%
G=22.20%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079512600.540.390.19343.3953.8559.22
HexCF5F7E0362713157363b
Octal31713717606647235276673
Binary1100111110111111111110011011010011110011101010111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5F7E; }

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

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

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

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

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

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

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

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