Html Css Color HEX #CD4C5A Mandy

📋 copy color: '#CD4C5A'

red 205 ◦ green 76 ◦ blue 90

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

Shades of Mandy #CD4C5A

Tints of Mandy #CD4C5A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.49%

 BLUE value IS 90 (35.55% from 255) = 24.26%

R = 55.26%
G = 20.49%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CD4C5A (or 0xCD4C5A) is known color: Mandy. HEX triplet: CD, 4C and 5A. RGB value is (205,76,90). Sum of RGB (Red+Green+Blue) = 205+76+90=371 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.26% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4C5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4C5A is #32B3A5. Grayscale: #747474. Windows color (decimal): -3322790 or 5917901. OLE color: 5917901.

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

Color convert

RGB 205 76 90 -
CMYK 0 0.63 0.56 0.20
HSL 353.49º 0.56% 0.55% -
HSV(B) 353.49º 0.63% 0.8% -
XYZ 29.61 18.89 11.76 -
YUV 116.17 113.24 191.36 -
System Red Green Blue C M Y K H S L
Decimal 205 76 90 0 0.63 0.56 0.20 353.49 0.56 0.55
Hex CD 4C 5A 0 3F 38 14 161 38 37
Octal 315 114 132 0 77 70 24 541 70 67
Binary 11001101 1001100 1011010 0 111111 111000 10100 101100001 111000 110111

Color Harmonies of #CD4C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4C5A

Black with #CD4C5A

Text Example


Text Example

White with #CD4C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4C5A; }

 p { color: rgb(205,76,90); }

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

background-color css

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

 a { background-color: rgb(205,76,90); }

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

border-color css

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

 span { border-color: rgb(205,76,90); }

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