#CD4175

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

Shades of Cranberry #CD4175

Tints of Cranberry #CD4175

Color information

#CD4175 (or 0xCD4175) is unknown color: approx Cranberry. HEX triplet: CD, 41 and 75. RGB value is (205,65,117). Sum of RGB (Red+Green+Blue) = 205+65+117=387 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.97% from 387); Green value is 65 (25.78% from 255 or 16.80% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4175 is #32BE8A. Grayscale: #707070. Windows color (decimal): -3325579 or 7684557. OLE color: 7684557.

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

Color convert

RGB20565117-
CMYK00.680.430.20
HSL337.71º58.33%52.94%-
HSV(B)337.71º68.29%80.39%-
XYZ30.2818.0418.72-
YUV112.79130.38193.77-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.97%
GREEN value IS 65 (25.78% from 255) = 16.80%
BLUE value IS 117 (46.09% from 255) = 30.23%
R=52.97%
G=16.80%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056511700.680.430.20337.7158.3352.94
HexCD41750442B141523a35
Octal315101165010453245227265
Binary11001101100000111101010100010010101110100101010010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4175; }

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

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

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

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

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

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

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

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