#cd4f7f

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

Shades of Cranberry #CD4F7F

Tints of Cranberry #CD4F7F

Color information

#CD4F7F (or 0xCD4F7F) is unknown color: approx Cranberry. HEX triplet: CD, 4F and 7F. RGB value is (205,79,127). Sum of RGB (Red+Green+Blue) = 205+79+127=411 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.88% from 411); Green value is 79 (31.25% from 255 or 19.22% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD4F7F is #32B080. Grayscale: #7A7A7A. Windows color (decimal): -3321985 or 8343501. OLE color: 8343501.

HSL color Cylindrical-coordinate representation of color #CD4F7F: hue angle of 337.14º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CD4F7F is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB20579127-
CMYK00.610.380.20
HSL337.14º55.75%55.69%-
HSV(B)337.14º61.46%80.39%-
XYZ31.820.122.28-
YUV122.15130.74187.1-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.88%
GREEN value IS 79 (31.25% from 255) = 19.22%
BLUE value IS 127 (50% from 255) = 30.90%
R=49.88%
G=19.22%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057912700.610.380.20337.1455.7555.69
HexCD4F7F03D26141513838
Octal31511717707546245217070
Binary1100110110011111111111011110110011010100101010001111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd4f7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd4f7f; }

 p { color: rgb(205,79,127); }

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

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

 a { background-color: rgb(205,79,127); }

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

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

 span { border-color: rgb(205,79,127); }

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