Html Css Color HEX #CD494A Mandy

📋 copy color: '#CD494A'

red 205 ◦ green 73 ◦ blue 74

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

Shades of Mandy #CD494A

Tints of Mandy #CD494A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.74%

 BLUE value IS 74 (29.3% from 255) = 21.02%

R = 58.24%
G = 20.74%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CD494A (or 0xCD494A) is known color: Mandy. HEX triplet: CD, 49 and 4A. RGB value is (205,73,74). Sum of RGB (Red+Green+Blue) = 205+73+74=352 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.24% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 205 - color contains mainly: red. Hex color #CD494A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD494A is #32B6B5. Grayscale: #707070. Windows color (decimal): -3323574 or 4868557. OLE color: 4868557.

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

Color convert

RGB 205 73 74 -
CMYK 0 0.64 0.64 0.20
HSL 359.55º 0.57% 0.55% -
HSV(B) 359.55º 0.64% 0.8% -
XYZ 28.8 18.24 8.48 -
YUV 112.58 106.23 193.92 -
System Red Green Blue C M Y K H S L
Decimal 205 73 74 0 0.64 0.64 0.20 359.55 0.57 0.55
Hex CD 49 4A 0 40 40 14 168 39 37
Octal 315 111 112 0 100 100 24 550 71 67
Binary 11001101 1001001 1001010 0 1000000 1000000 10100 101101000 111001 110111

Color Harmonies of #CD494A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD494A

Black with #CD494A

Text Example


Text Example

White with #CD494A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD494A; }

 p { color: rgb(205,73,74); }

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

background-color css

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

 a { background-color: rgb(205,73,74); }

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

border-color css

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

 span { border-color: rgb(205,73,74); }

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