Html Css Color HEX #CD585D Mandy

📋 copy color: '#CD585D'

red 205 ◦ green 88 ◦ blue 93

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

Shades of Mandy #CD585D

Tints of Mandy #CD585D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.8%

 BLUE value IS 93 (36.72% from 255) = 24.09%

R = 53.11%
G = 22.8%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CD585D (or 0xCD585D) is known color: Mandy. HEX triplet: CD, 58 and 5D. RGB value is (205,88,93). Sum of RGB (Red+Green+Blue) = 205+88+93=386 (51% of max value = 765). Red value is 205 (80.47% from 255 or 53.11% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 205 - color contains mainly: red. Hex color #CD585D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD585D is #32A7A2. Grayscale: #7B7B7B. Windows color (decimal): -3319715 or 6117581. OLE color: 6117581.

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

Color convert

RGB 205 88 93 -
CMYK 0 0.57 0.55 0.20
HSL 357.44º 0.54% 0.57% -
HSV(B) 357.44º 0.57% 0.8% -
XYZ 30.64 20.75 12.75 -
YUV 123.55 110.76 186.09 -
System Red Green Blue C M Y K H S L
Decimal 205 88 93 0 0.57 0.55 0.20 357.44 0.54 0.57
Hex CD 58 5D 0 39 37 14 165 36 39
Octal 315 130 135 0 71 67 24 545 66 71
Binary 11001101 1011000 1011101 0 111001 110111 10100 101100101 110110 111001

Color Harmonies of #CD585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD585D

Black with #CD585D

Text Example


Text Example

White with #CD585D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD585D; }

 p { color: rgb(205,88,93); }

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

background-color css

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

 a { background-color: rgb(205,88,93); }

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

border-color css

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

 span { border-color: rgb(205,88,93); }

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