Html Css Color HEX #CD4C50 Mandy

📋 copy color: '#CD4C50'

red 205 ◦ green 76 ◦ blue 80

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

Shades of Mandy #CD4C50

Tints of Mandy #CD4C50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.16%

R = 56.79%
G = 21.05%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CD4C50 (or 0xCD4C50) is known color: Mandy. HEX triplet: CD, 4C and 50. RGB value is (205,76,80). Sum of RGB (Red+Green+Blue) = 205+76+80=361 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.79% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4C50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4C50 is #32B3AF. Grayscale: #737373. Windows color (decimal): -3322800 or 5262541. OLE color: 5262541.

HSL color Cylindrical-coordinate representation of color #CD4C50: hue angle of 358.14º 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 #CD4C50 is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 76 80 -
CMYK 0 0.63 0.61 0.20
HSL 358.14º 0.56% 0.55% -
HSV(B) 358.14º 0.63% 0.8% -
XYZ 29.21 18.73 9.66 -
YUV 115.03 108.24 192.17 -
System Red Green Blue C M Y K H S L
Decimal 205 76 80 0 0.63 0.61 0.20 358.14 0.56 0.55
Hex CD 4C 50 0 3F 3D 14 166 38 37
Octal 315 114 120 0 77 75 24 546 70 67
Binary 11001101 1001100 1010000 0 111111 111101 10100 101100110 111000 110111

Color Harmonies of #CD4C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4C50

Black with #CD4C50

Text Example


Text Example

White with #CD4C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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