Html Css Color HEX #CD575C Mandy

📋 copy color: '#CD575C'

red 205 ◦ green 87 ◦ blue 92

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

Shades of Mandy #CD575C

Tints of Mandy #CD575C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.66%

 BLUE value IS 92 (36.33% from 255) = 23.96%

R = 53.39%
G = 22.66%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CD575C (or 0xCD575C) is known color: Mandy. HEX triplet: CD, 57 and 5C. RGB value is (205,87,92). Sum of RGB (Red+Green+Blue) = 205+87+92=384 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.39% from 384); Green value is 87 (34.38% from 255 or 22.66% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 205 - color contains mainly: red. Hex color #CD575C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD575C is #32A8A3. Grayscale: #7A7A7A. Windows color (decimal): -3319972 or 6051789. OLE color: 6051789.

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

Color convert

RGB 205 87 92 -
CMYK 0 0.58 0.55 0.20
HSL 357.46º 0.54% 0.57% -
HSV(B) 357.46º 0.58% 0.8% -
XYZ 30.52 20.57 12.49 -
YUV 122.85 110.59 186.59 -
System Red Green Blue C M Y K H S L
Decimal 205 87 92 0 0.58 0.55 0.20 357.46 0.54 0.57
Hex CD 57 5C 0 3A 37 14 165 36 39
Octal 315 127 134 0 72 67 24 545 66 71
Binary 11001101 1010111 1011100 0 111010 110111 10100 101100101 110110 111001

Color Harmonies of #CD575C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD575C

Black with #CD575C

Text Example


Text Example

White with #CD575C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD575C; }

 p { color: rgb(205,87,92); }

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

background-color css

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

 a { background-color: rgb(205,87,92); }

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

border-color css

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

 span { border-color: rgb(205,87,92); }

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