Html Css Color HEX #CD465A Mandy

📋 copy color: '#CD465A'

red 205 ◦ green 70 ◦ blue 90

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

Shades of Mandy #CD465A

Tints of Mandy #CD465A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.18%

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

R = 56.16%
G = 19.18%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CD465A (or 0xCD465A) is known color: Mandy. HEX triplet: CD, 46 and 5A. RGB value is (205,70,90). Sum of RGB (Red+Green+Blue) = 205+70+90=365 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.16% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 205 - color contains mainly: red. Hex color #CD465A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD465A is #32B9A5. Grayscale: #707070. Windows color (decimal): -3324326 or 5916365. OLE color: 5916365.

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

Color convert

RGB 205 70 90 -
CMYK 0 0.66 0.56 0.20
HSL 351.11º 0.57% 0.54% -
HSV(B) 351.11º 0.66% 0.8% -
XYZ 29.21 18.1 11.63 -
YUV 112.65 115.23 193.87 -
System Red Green Blue C M Y K H S L
Decimal 205 70 90 0 0.66 0.56 0.20 351.11 0.57 0.54
Hex CD 46 5A 0 42 38 14 15F 39 36
Octal 315 106 132 0 102 70 24 537 71 66
Binary 11001101 1000110 1011010 0 1000010 111000 10100 101011111 111001 110110

Color Harmonies of #CD465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD465A

Black with #CD465A

Text Example


Text Example

White with #CD465A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD465A; }

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

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

background-color css

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

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

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

border-color css

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

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

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