Html Css Color HEX #D693A0 Can Can

📋 copy color: '#D693A0'

red 214 ◦ green 147 ◦ blue 160

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

Shades of Can Can #D693A0

Tints of Can Can #D693A0

RGB

 RED value IS 214 (83.98% from 255) = 41.07%

 GREEN value IS 147 (57.81% from 255) = 28.21%

 BLUE value IS 160 (62.89% from 255) = 30.71%

R = 41.07%
G = 28.21%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D693A0 (or 0xD693A0) is known color: Can Can. HEX triplet: D6, 93 and A0. RGB value is (214,147,160). Sum of RGB (Red+Green+Blue) = 214+147+160=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 147 (57.81% from 255 or 28.21% from 521); Blue value is 160 (62.89% from 255 or 30.71% from 521); Max value from RGB is 214 - color contains mainly: red. Hex color #D693A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D693A0 is #296C5F. Grayscale: #A8A8A8. Windows color (decimal): -2714720 or 10523606. OLE color: 10523606.

HSL color Cylindrical-coordinate representation of color #D693A0: hue angle of 348.36º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D693A0 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 147 160 -
CMYK 0 0.31 0.25 0.16
HSL 348.36º 0.45% 0.71% -
HSV(B) 348.36º 0.31% 0.84% -
XYZ 44.51 37.7 38.19 -
YUV 168.52 123.2 160.44 -
System Red Green Blue C M Y K H S L
Decimal 214 147 160 0 0.31 0.25 0.16 348.36 0.45 0.71
Hex D6 93 A0 0 1F 19 10 15C 2D 47
Octal 326 223 240 0 37 31 20 534 55 107
Binary 11010110 10010011 10100000 0 11111 11001 10000 101011100 101101 1000111

Color Harmonies of #D693A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D693A0

Black with #D693A0

Text Example


Text Example

White with #D693A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D693A0; }

 p { color: rgb(214,147,160); }

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

background-color css

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

 a { background-color: rgb(214,147,160); }

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

border-color css

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

 span { border-color: rgb(214,147,160); }

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