Html Css Color HEX #CD465B Mandy

📋 copy color: '#CD465B'

red 205 ◦ green 70 ◦ blue 91

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

Shades of Mandy #CD465B

Tints of Mandy #CD465B

RGB

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

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

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

R = 56.01%
G = 19.13%
B = 24.86%

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

#CD465B (or 0xCD465B) is known color: Mandy. HEX triplet: CD, 46 and 5B. RGB value is (205,70,91). Sum of RGB (Red+Green+Blue) = 205+70+91=366 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.01% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 205 - color contains mainly: red. Hex color #CD465B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD465B is #32B9A4. Grayscale: #707070. Windows color (decimal): -3324325 or 5981901. OLE color: 5981901.

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

Color convert

RGB 205 70 91 -
CMYK 0 0.66 0.56 0.20
HSL 350.67º 0.57% 0.54% -
HSV(B) 350.67º 0.66% 0.8% -
XYZ 29.26 18.11 11.85 -
YUV 112.76 115.73 193.79 -
System Red Green Blue C M Y K H S L
Decimal 205 70 91 0 0.66 0.56 0.20 350.67 0.57 0.54
Hex CD 46 5B 0 42 38 14 15F 39 36
Octal 315 106 133 0 102 70 24 537 71 66
Binary 11001101 1000110 1011011 0 1000010 111000 10100 101011111 111001 110110

Color Harmonies of #CD465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD465B

Black with #CD465B

Text Example


Text Example

White with #CD465B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD465B; }

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

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

background-color css

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

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

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

border-color css

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

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

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