Html Css Color HEX #CD495B Mandy

📋 copy color: '#CD495B'

red 205 ◦ green 73 ◦ blue 91

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

Shades of Mandy #CD495B

Tints of Mandy #CD495B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.66%

R = 55.56%
G = 19.78%
B = 24.66%

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

#CD495B (or 0xCD495B) is known color: Mandy. HEX triplet: CD, 49 and 5B. RGB value is (205,73,91). Sum of RGB (Red+Green+Blue) = 205+73+91=369 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.56% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 205 - color contains mainly: red. Hex color #CD495B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD495B is #32B6A4. Grayscale: #727272. Windows color (decimal): -3323557 or 5982669. OLE color: 5982669.

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

Color convert

RGB 205 73 91 -
CMYK 0 0.64 0.56 0.20
HSL 351.82º 0.57% 0.55% -
HSV(B) 351.82º 0.64% 0.8% -
XYZ 29.45 18.5 11.92 -
YUV 114.52 114.73 192.54 -
System Red Green Blue C M Y K H S L
Decimal 205 73 91 0 0.64 0.56 0.20 351.82 0.57 0.55
Hex CD 49 5B 0 40 38 14 160 39 37
Octal 315 111 133 0 100 70 24 540 71 67
Binary 11001101 1001001 1011011 0 1000000 111000 10100 101100000 111001 110111

Color Harmonies of #CD495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD495B

Black with #CD495B

Text Example


Text Example

White with #CD495B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD495B; }

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

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

background-color css

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

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

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

border-color css

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

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

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