#CD3E75

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

Shades of Cranberry #CD3E75

Tints of Cranberry #CD3E75

Color information

#CD3E75 (or 0xCD3E75) is unknown color: approx Cranberry. HEX triplet: CD, 3E and 75. RGB value is (205,62,117). Sum of RGB (Red+Green+Blue) = 205+62+117=384 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.39% from 384); Green value is 62 (24.61% from 255 or 16.15% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3E75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3E75 is #32C18A. Grayscale: #6E6E6E. Windows color (decimal): -3326347 or 7683789. OLE color: 7683789.

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

Color convert

RGB20562117-
CMYK00.700.430.20
HSL336.92º58.85%52.35%-
HSV(B)336.92º69.76%80.39%-
XYZ30.1117.7118.66-
YUV111.03131.38195.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 53.39%
GREEN value IS 62 (24.61% from 255) = 16.15%
BLUE value IS 117 (46.09% from 255) = 30.47%
R=53.39%
G=16.15%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056211700.700.430.20336.9258.8552.35
HexCD3E750462B141513b34
Octal31576165010653245217364
Binary1100110111111011101010100011010101110100101010001111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3E75; }

 p { color: rgb(205,62,117); }

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

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

 a { background-color: rgb(205,62,117); }

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

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

 span { border-color: rgb(205,62,117); }

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