Html Css Color HEX #CD4D5B Mandy

📋 copy color: '#CD4D5B'

red 205 ◦ green 77 ◦ blue 91

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

Shades of Mandy #CD4D5B

Tints of Mandy #CD4D5B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.64%

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

R = 54.96%
G = 20.64%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CD4D5B (or 0xCD4D5B) is known color: Mandy. HEX triplet: CD, 4D and 5B. RGB value is (205,77,91). Sum of RGB (Red+Green+Blue) = 205+77+91=373 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.96% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4D5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD4D5B is #32B2A4. Grayscale: #747474. Windows color (decimal): -3322533 or 5983693. OLE color: 5983693.

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

Color convert

RGB 205 77 91 -
CMYK 0 0.62 0.56 0.20
HSL 353.44º 0.56% 0.55% -
HSV(B) 353.44º 0.62% 0.8% -
XYZ 29.72 19.04 12.01 -
YUV 116.87 113.41 190.86 -
System Red Green Blue C M Y K H S L
Decimal 205 77 91 0 0.62 0.56 0.20 353.44 0.56 0.55
Hex CD 4D 5B 0 3E 38 14 161 38 37
Octal 315 115 133 0 76 70 24 541 70 67
Binary 11001101 1001101 1011011 0 111110 111000 10100 101100001 111000 110111

Color Harmonies of #CD4D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4D5B

Black with #CD4D5B

Text Example


Text Example

White with #CD4D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4D5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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