Html Css Color HEX #CD495C Mandy

📋 copy color: '#CD495C'

red 205 ◦ green 73 ◦ blue 92

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

Shades of Mandy #CD495C

Tints of Mandy #CD495C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.86%

R = 55.41%
G = 19.73%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CD495C (or 0xCD495C) is known color: Mandy. HEX triplet: CD, 49 and 5C. RGB value is (205,73,92). Sum of RGB (Red+Green+Blue) = 205+73+92=370 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.41% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 205 - color contains mainly: red. Hex color #CD495C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD495C is #32B6A3. Grayscale: #727272. Windows color (decimal): -3323556 or 6048205. OLE color: 6048205.

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

Color convert

RGB 205 73 92 -
CMYK 0 0.64 0.55 0.20
HSL 351.36º 0.57% 0.55% -
HSV(B) 351.36º 0.64% 0.8% -
XYZ 29.49 18.52 12.14 -
YUV 114.63 115.23 192.46 -
System Red Green Blue C M Y K H S L
Decimal 205 73 92 0 0.64 0.55 0.20 351.36 0.57 0.55
Hex CD 49 5C 0 40 37 14 15F 39 37
Octal 315 111 134 0 100 67 24 537 71 67
Binary 11001101 1001001 1011100 0 1000000 110111 10100 101011111 111001 110111

Color Harmonies of #CD495C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD495C

Black with #CD495C

Text Example


Text Example

White with #CD495C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD495C; }

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

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

background-color css

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

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

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

border-color css

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

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

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