#CD617D

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

Shades of Cranberry #CD617D

Tints of Cranberry #CD617D

Color information

#CD617D (or 0xCD617D) is unknown color: approx Cranberry. HEX triplet: CD, 61 and 7D. RGB value is (205,97,125). Sum of RGB (Red+Green+Blue) = 205+97+125=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 97 (38.28% from 255 or 22.72% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CD617D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD617D is #329E82. Grayscale: #848484. Windows color (decimal): -3317379 or 8217037. OLE color: 8217037.

HSL color Cylindrical-coordinate representation of color #CD617D: hue angle of 344.44º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CD617D is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB20597125-
CMYK00.530.390.20
HSL344.44º51.92%59.22%-
HSV(B)344.44º52.68%80.39%-
XYZ33.1523.0122.1-
YUV132.48123.78179.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.01%
GREEN value IS 97 (38.28% from 255) = 22.72%
BLUE value IS 125 (49.22% from 255) = 29.27%
R=48.01%
G=22.72%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059712500.530.390.20344.4451.9259.22
HexCD617D0352714158343b
Octal31514117506547245306473
Binary1100110111000011111101011010110011110100101011000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD617D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD617D; }

 p { color: rgb(205,97,125); }

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

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

 a { background-color: rgb(205,97,125); }

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

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

 span { border-color: rgb(205,97,125); }

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