Html Css Color HEX #CD5564 Mandy

📋 copy color: '#CD5564'

red 205 ◦ green 85 ◦ blue 100

#CD5564
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandy #CD5564

Tints of Mandy #CD5564

RGB

 RED value IS 205 (80.47% from 255) = 52.56%

 GREEN value IS 85 (33.59% from 255) = 21.79%

 BLUE value IS 100 (39.45% from 255) = 25.64%

R = 52.56%
G = 21.79%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CD5564 (or 0xCD5564) is known color: Mandy. HEX triplet: CD, 55 and 64. RGB value is (205,85,100). Sum of RGB (Red+Green+Blue) = 205+85+100=390 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.56% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 100 (39.45% from 255 or 25.64% from 390); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5564 is #32AA9B. Grayscale: #7A7A7A. Windows color (decimal): -3320476 or 6575565. OLE color: 6575565.

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

Color convert

RGB 205 85 100 -
CMYK 0 0.59 0.51 0.20
HSL 352.5º 0.55% 0.57% -
HSV(B) 352.5º 0.59% 0.8% -
XYZ 30.73 20.4 14.37 -
YUV 122.59 115.26 186.78 -
System Red Green Blue C M Y K H S L
Decimal 205 85 100 0 0.59 0.51 0.20 352.5 0.55 0.57
Hex CD 55 64 0 3B 33 14 160 37 39
Octal 315 125 144 0 73 63 24 540 67 71
Binary 11001101 1010101 1100100 0 111011 110011 10100 101100000 110111 111001

Color Harmonies of #CD5564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5564

Black with #CD5564

Text Example


Text Example

White with #CD5564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5564; }

 p { color: rgb(205,85,100); }

 H1.HeaderClassName
 {
   color: #CD5564;
 }
 .AnyTagClassName
 {
   color: #CD5564;
 }
</style>

background-color css

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

 a { background-color: rgb(205,85,100); }

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

border-color css

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

 span { border-color: rgb(205,85,100); }

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