Html Css Color HEX #D68595 Can Can

📋 copy color: '#D68595'

red 214 ◦ green 133 ◦ blue 149

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

Shades of Can Can #D68595

Tints of Can Can #D68595

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.81%

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

R = 43.15%
G = 26.81%
B = 30.04%

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

#D68595 (or 0xD68595) is known color: Can Can. HEX triplet: D6, 85 and 95. RGB value is (214,133,149). Sum of RGB (Red+Green+Blue) = 214+133+149=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 149 (58.59% from 255 or 30.04% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D68595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68595 is #297A6A. Grayscale: #9F9F9F. Windows color (decimal): -2718315 or 9799126. OLE color: 9799126.

HSL color Cylindrical-coordinate representation of color #D68595: hue angle of 348.15º 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 #D68595 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 133 149 -
CMYK 0 0.38 0.30 0.16
HSL 348.15º 0.5% 0.68% -
HSV(B) 348.15º 0.38% 0.84% -
XYZ 41.54 33.24 32.66 -
YUV 159.04 122.34 167.2 -
System Red Green Blue C M Y K H S L
Decimal 214 133 149 0 0.38 0.30 0.16 348.15 0.5 0.68
Hex D6 85 95 0 26 1E 10 15C 32 44
Octal 326 205 225 0 46 36 20 534 62 104
Binary 11010110 10000101 10010101 0 100110 11110 10000 101011100 110010 1000100

Color Harmonies of #D68595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68595

Black with #D68595

Text Example


Text Example

White with #D68595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68595; }

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

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

background-color css

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

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

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

border-color css

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

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

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