Html Css Color HEX #CD474E Mandy

📋 copy color: '#CD474E'

red 205 ◦ green 71 ◦ blue 78

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

Shades of Mandy #CD474E

Tints of Mandy #CD474E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.06%

 BLUE value IS 78 (30.86% from 255) = 22.03%

R = 57.91%
G = 20.06%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CD474E (or 0xCD474E) is known color: Mandy. HEX triplet: CD, 47 and 4E. RGB value is (205,71,78). Sum of RGB (Red+Green+Blue) = 205+71+78=354 (46% of max value = 765). Red value is 205 (80.47% from 255 or 57.91% from 354); Green value is 71 (28.12% from 255 or 20.06% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 205 - color contains mainly: red. Hex color #CD474E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD474E is #32B8B1. Grayscale: #6F6F6F. Windows color (decimal): -3324082 or 5130189. OLE color: 5130189.

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

Color convert

RGB 205 71 78 -
CMYK 0 0.65 0.62 0.20
HSL 356.87º 0.57% 0.54% -
HSV(B) 356.87º 0.65% 0.8% -
XYZ 28.81 18.04 9.17 -
YUV 111.86 108.89 194.43 -
System Red Green Blue C M Y K H S L
Decimal 205 71 78 0 0.65 0.62 0.20 356.87 0.57 0.54
Hex CD 47 4E 0 41 3E 14 165 39 36
Octal 315 107 116 0 101 76 24 545 71 66
Binary 11001101 1000111 1001110 0 1000001 111110 10100 101100101 111001 110110

Color Harmonies of #CD474E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD474E

Black with #CD474E

Text Example


Text Example

White with #CD474E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD474E; }

 p { color: rgb(205,71,78); }

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

background-color css

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

 a { background-color: rgb(205,71,78); }

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

border-color css

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

 span { border-color: rgb(205,71,78); }

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