Html Css Color HEX #CD595D Mandy

📋 copy color: '#CD595D'

red 205 ◦ green 89 ◦ blue 93

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

Shades of Mandy #CD595D

Tints of Mandy #CD595D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23%

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

R = 52.97%
G = 23%
B = 24.03%

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

#CD595D (or 0xCD595D) is known color: Mandy. HEX triplet: CD, 59 and 5D. RGB value is (205,89,93). Sum of RGB (Red+Green+Blue) = 205+89+93=387 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.97% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 205 - color contains mainly: red. Hex color #CD595D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD595D is #32A6A2. Grayscale: #7C7C7C. Windows color (decimal): -3319459 or 6117837. OLE color: 6117837.

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

Color convert

RGB 205 89 93 -
CMYK 0 0.57 0.55 0.20
HSL 357.93º 0.54% 0.58% -
HSV(B) 357.93º 0.57% 0.8% -
XYZ 30.73 20.91 12.77 -
YUV 124.14 110.43 185.67 -
System Red Green Blue C M Y K H S L
Decimal 205 89 93 0 0.57 0.55 0.20 357.93 0.54 0.58
Hex CD 59 5D 0 39 37 14 166 36 3A
Octal 315 131 135 0 71 67 24 546 66 72
Binary 11001101 1011001 1011101 0 111001 110111 10100 101100110 110110 111010

Color Harmonies of #CD595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD595D

Black with #CD595D

Text Example


Text Example

White with #CD595D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD595D; }

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

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

background-color css

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

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

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

border-color css

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

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

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