Html Css Color HEX #CD5C5D Mandy

📋 copy color: '#CD5C5D'

red 205 ◦ green 92 ◦ blue 93

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

Shades of Mandy #CD5C5D

Tints of Mandy #CD5C5D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.59%

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

R = 52.56%
G = 23.59%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CD5C5D (or 0xCD5C5D) is known color: Mandy. HEX triplet: CD, 5C and 5D. RGB value is (205,92,93). Sum of RGB (Red+Green+Blue) = 205+92+93=390 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.56% from 390); Green value is 92 (36.33% from 255 or 23.59% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5C5D is #32A3A2. Grayscale: #7E7E7E. Windows color (decimal): -3318691 or 6118605. OLE color: 6118605.

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

Color convert

RGB 205 92 93 -
CMYK 0 0.55 0.55 0.20
HSL 359.47º 0.53% 0.58% -
HSV(B) 359.47º 0.55% 0.8% -
XYZ 30.98 21.42 12.86 -
YUV 125.9 109.44 184.42 -
System Red Green Blue C M Y K H S L
Decimal 205 92 93 0 0.55 0.55 0.20 359.47 0.53 0.58
Hex CD 5C 5D 0 37 37 14 167 35 3A
Octal 315 134 135 0 67 67 24 547 65 72
Binary 11001101 1011100 1011101 0 110111 110111 10100 101100111 110101 111010

Color Harmonies of #CD5C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5C5D

Black with #CD5C5D

Text Example


Text Example

White with #CD5C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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