Html Css Color HEX #D68495 Can Can

📋 copy color: '#D68495'

red 214 ◦ green 132 ◦ blue 149

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

Shades of Can Can #D68495

Tints of Can Can #D68495

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.67%

 BLUE value IS 149 (58.59% from 255) = 30.1%

R = 43.23%
G = 26.67%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D68495 (or 0xD68495) is known color: Can Can. HEX triplet: D6, 84 and 95. RGB value is (214,132,149). Sum of RGB (Red+Green+Blue) = 214+132+149=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D68495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68495 is #297B6A. Grayscale: #9E9E9E. Windows color (decimal): -2718571 or 9798870. OLE color: 9798870.

HSL color Cylindrical-coordinate representation of color #D68495: hue angle of 347.56º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D68495 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 132 149 -
CMYK 0 0.38 0.30 0.16
HSL 347.56º 0.5% 0.68% -
HSV(B) 347.56º 0.38% 0.84% -
XYZ 41.41 32.97 32.61 -
YUV 158.46 122.67 167.62 -
System Red Green Blue C M Y K H S L
Decimal 214 132 149 0 0.38 0.30 0.16 347.56 0.5 0.68
Hex D6 84 95 0 26 1E 10 15C 32 44
Octal 326 204 225 0 46 36 20 534 62 104
Binary 11010110 10000100 10010101 0 100110 11110 10000 101011100 110010 1000100

Color Harmonies of #D68495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68495

Black with #D68495

Text Example


Text Example

White with #D68495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68495; }

 p { color: rgb(214,132,149); }

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

background-color css

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

 a { background-color: rgb(214,132,149); }

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

border-color css

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

 span { border-color: rgb(214,132,149); }

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