Html Css Color HEX #CD5255 Mandy

📋 copy color: '#CD5255'

red 205 ◦ green 82 ◦ blue 85

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

Shades of Mandy #CD5255

Tints of Mandy #CD5255

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.04%

 BLUE value IS 85 (33.59% from 255) = 22.85%

R = 55.11%
G = 22.04%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#CD5255 (or 0xCD5255) is known color: Mandy. HEX triplet: CD, 52 and 55. RGB value is (205,82,85). Sum of RGB (Red+Green+Blue) = 205+82+85=372 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.11% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 85 (33.59% from 255 or 22.85% from 372); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5255 is #32ADAA. Grayscale: #777777. Windows color (decimal): -3321259 or 5591757. OLE color: 5591757.

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

Color convert

RGB 205 82 85 -
CMYK 0 0.6 0.59 0.20
HSL 358.54º 0.55% 0.56% -
HSV(B) 358.54º 0.6% 0.8% -
XYZ 29.83 19.67 10.82 -
YUV 119.12 108.75 189.26 -
System Red Green Blue C M Y K H S L
Decimal 205 82 85 0 0.6 0.59 0.20 358.54 0.55 0.56
Hex CD 52 55 0 3C 3B 14 167 37 38
Octal 315 122 125 0 74 73 24 547 67 70
Binary 11001101 1010010 1010101 0 111100 111011 10100 101100111 110111 111000

Color Harmonies of #CD5255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5255

Black with #CD5255

Text Example


Text Example

White with #CD5255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5255; }

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

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

background-color css

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

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

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

border-color css

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

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

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