#CD4575

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

Shades of Cranberry #CD4575

Tints of Cranberry #CD4575

Color information

#CD4575 (or 0xCD4575) is unknown color: approx Cranberry. HEX triplet: CD, 45 and 75. RGB value is (205,69,117). Sum of RGB (Red+Green+Blue) = 205+69+117=391 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.43% from 391); Green value is 69 (27.34% from 255 or 17.65% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4575 is #32BA8A. Grayscale: #737373. Windows color (decimal): -3324555 or 7685581. OLE color: 7685581.

HSL color Cylindrical-coordinate representation of color #CD4575: hue angle of 338.82º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CD4575 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB20569117-
CMYK00.660.430.20
HSL338.82º57.63%53.73%-
HSV(B)338.82º66.34%80.39%-
XYZ30.5218.5218.8-
YUV115.14129.06192.1-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.43%
GREEN value IS 69 (27.34% from 255) = 17.65%
BLUE value IS 117 (46.09% from 255) = 29.92%
R=52.43%
G=17.65%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056911700.660.430.20338.8257.6353.73
HexCD45750422B141533a36
Octal315105165010253245237266
Binary11001101100010111101010100001010101110100101010011111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4575; }

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

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

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

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

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

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

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

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