Html Css Color HEX #CD495A Mandy

📋 copy color: '#CD495A'

red 205 ◦ green 73 ◦ blue 90

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

Shades of Mandy #CD495A

Tints of Mandy #CD495A

RGB

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

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

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

R = 55.71%
G = 19.84%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CD495A (or 0xCD495A) is known color: Mandy. HEX triplet: CD, 49 and 5A. RGB value is (205,73,90). Sum of RGB (Red+Green+Blue) = 205+73+90=368 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.71% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 90 (35.55% from 255 or 24.46% from 368); Max value from RGB is 205 - color contains mainly: red. Hex color #CD495A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD495A is #32B6A5. Grayscale: #727272. Windows color (decimal): -3323558 or 5917133. OLE color: 5917133.

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

Color convert

RGB 205 73 90 -
CMYK 0 0.64 0.56 0.20
HSL 352.27º 0.57% 0.55% -
HSV(B) 352.27º 0.64% 0.8% -
XYZ 29.4 18.48 11.69 -
YUV 114.41 114.23 192.62 -
System Red Green Blue C M Y K H S L
Decimal 205 73 90 0 0.64 0.56 0.20 352.27 0.57 0.55
Hex CD 49 5A 0 40 38 14 160 39 37
Octal 315 111 132 0 100 70 24 540 71 67
Binary 11001101 1001001 1011010 0 1000000 111000 10100 101100000 111001 110111

Color Harmonies of #CD495A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD495A

Black with #CD495A

Text Example


Text Example

White with #CD495A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD495A; }

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

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

background-color css

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

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

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

border-color css

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

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

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