Html Css Color HEX #CD465C Mandy

📋 copy color: '#CD465C'

red 205 ◦ green 70 ◦ blue 92

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

Shades of Mandy #CD465C

Tints of Mandy #CD465C

RGB

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

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

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

R = 55.86%
G = 19.07%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CD465C (or 0xCD465C) is known color: Mandy. HEX triplet: CD, 46 and 5C. RGB value is (205,70,92). Sum of RGB (Red+Green+Blue) = 205+70+92=367 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.86% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 205 - color contains mainly: red. Hex color #CD465C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD465C is #32B9A3. Grayscale: #707070. Windows color (decimal): -3324324 or 6047437. OLE color: 6047437.

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

Color convert

RGB 205 70 92 -
CMYK 0 0.66 0.55 0.20
HSL 350.22º 0.57% 0.54% -
HSV(B) 350.22º 0.66% 0.8% -
XYZ 29.3 18.13 12.08 -
YUV 112.87 116.23 193.71 -
System Red Green Blue C M Y K H S L
Decimal 205 70 92 0 0.66 0.55 0.20 350.22 0.57 0.54
Hex CD 46 5C 0 42 37 14 15E 39 36
Octal 315 106 134 0 102 67 24 536 71 66
Binary 11001101 1000110 1011100 0 1000010 110111 10100 101011110 111001 110110

Color Harmonies of #CD465C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD465C

Black with #CD465C

Text Example


Text Example

White with #CD465C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD465C; }

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

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

background-color css

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

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

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

border-color css

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

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

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