Html Css Color HEX #CD686A Mandy

📋 copy color: '#CD686A'

red 205 ◦ green 104 ◦ blue 106

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

Shades of Mandy #CD686A

Tints of Mandy #CD686A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.06%

 BLUE value IS 106 (41.8% from 255) = 25.54%

R = 49.4%
G = 25.06%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CD686A (or 0xCD686A) is known color: Mandy. HEX triplet: CD, 68 and 6A. RGB value is (205,104,106). Sum of RGB (Red+Green+Blue) = 205+104+106=415 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.40% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 106 (41.80% from 255 or 25.54% from 415); Max value from RGB is 205 - color contains mainly: red. Hex color #CD686A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD686A is #329795. Grayscale: #868686. Windows color (decimal): -3315606 or 6973645. OLE color: 6973645.

HSL color Cylindrical-coordinate representation of color #CD686A: hue angle of 358.81º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CD686A is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 104 106 -
CMYK 0 0.49 0.48 0.20
HSL 358.81º 0.5% 0.61% -
HSV(B) 358.81º 0.49% 0.8% -
XYZ 32.73 23.92 16.53 -
YUV 134.43 111.96 178.34 -
System Red Green Blue C M Y K H S L
Decimal 205 104 106 0 0.49 0.48 0.20 358.81 0.5 0.61
Hex CD 68 6A 0 31 30 14 167 32 3D
Octal 315 150 152 0 61 60 24 547 62 75
Binary 11001101 1101000 1101010 0 110001 110000 10100 101100111 110010 111101

Color Harmonies of #CD686A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD686A

Black with #CD686A

Text Example


Text Example

White with #CD686A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD686A; }

 p { color: rgb(205,104,106); }

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

background-color css

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

 a { background-color: rgb(205,104,106); }

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

border-color css

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

 span { border-color: rgb(205,104,106); }

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