#CD607D

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

Shades of Cranberry #CD607D

Tints of Cranberry #CD607D

Color information

#CD607D (or 0xCD607D) is unknown color: approx Cranberry. HEX triplet: CD, 60 and 7D. RGB value is (205,96,125). Sum of RGB (Red+Green+Blue) = 205+96+125=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 205 - color contains mainly: red. Hex color #CD607D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD607D is #329F82. Grayscale: #838383. Windows color (decimal): -3317635 or 8216781. OLE color: 8216781.

HSL color Cylindrical-coordinate representation of color #CD607D: hue angle of 344.04º 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 #CD607D is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB20596125-
CMYK00.530.390.20
HSL344.04º52.15%59.02%-
HSV(B)344.04º53.17%80.39%-
XYZ33.0622.8322.07-
YUV131.9124.11180.14-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.12%
GREEN value IS 96 (37.89% from 255) = 22.54%
BLUE value IS 125 (49.22% from 255) = 29.34%
R=48.12%
G=22.54%
B=29.34%

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
Decimal2059612500.530.390.20344.0452.1559.02
HexCD607D0352714158343b
Octal31514017506547245306473
Binary1100110111000001111101011010110011110100101011000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD607D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD607D; }

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

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

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

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

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

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

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

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