Html Css Color HEX #CD505B Mandy

📋 copy color: '#CD505B'

red 205 ◦ green 80 ◦ blue 91

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

Shades of Mandy #CD505B

Tints of Mandy #CD505B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.28%

 BLUE value IS 91 (35.94% from 255) = 24.2%

R = 54.52%
G = 21.28%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CD505B (or 0xCD505B) is known color: Mandy. HEX triplet: CD, 50 and 5B. RGB value is (205,80,91). Sum of RGB (Red+Green+Blue) = 205+80+91=376 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.52% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 205 - color contains mainly: red. Hex color #CD505B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD505B is #32AFA4. Grayscale: #767676. Windows color (decimal): -3321765 or 5984461. OLE color: 5984461.

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

Color convert

RGB 205 80 91 -
CMYK 0 0.61 0.56 0.20
HSL 354.72º 0.56% 0.56% -
HSV(B) 354.72º 0.61% 0.8% -
XYZ 29.93 19.47 12.08 -
YUV 118.63 112.41 189.61 -
System Red Green Blue C M Y K H S L
Decimal 205 80 91 0 0.61 0.56 0.20 354.72 0.56 0.56
Hex CD 50 5B 0 3D 38 14 163 38 38
Octal 315 120 133 0 75 70 24 543 70 70
Binary 11001101 1010000 1011011 0 111101 111000 10100 101100011 111000 111000

Color Harmonies of #CD505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD505B

Black with #CD505B

Text Example


Text Example

White with #CD505B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD505B; }

 p { color: rgb(205,80,91); }

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

background-color css

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

 a { background-color: rgb(205,80,91); }

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

border-color css

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

 span { border-color: rgb(205,80,91); }

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