Html Css Color HEX #D68590 Can Can

📋 copy color: '#D68590'

red 214 ◦ green 133 ◦ blue 144

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

Shades of Can Can #D68590

Tints of Can Can #D68590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.33%

R = 43.58%
G = 27.09%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D68590 (or 0xD68590) is known color: Can Can. HEX triplet: D6, 85 and 90. RGB value is (214,133,144). Sum of RGB (Red+Green+Blue) = 214+133+144=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 144 (56.64% from 255 or 29.33% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D68590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68590 is #297A6F. Grayscale: #9E9E9E. Windows color (decimal): -2718320 or 9471446. OLE color: 9471446.

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

Color convert

RGB 214 133 144 -
CMYK 0 0.38 0.33 0.16
HSL 351.85º 0.5% 0.68% -
HSV(B) 351.85º 0.38% 0.84% -
XYZ 41.15 33.08 30.6 -
YUV 158.47 119.84 167.61 -
System Red Green Blue C M Y K H S L
Decimal 214 133 144 0 0.38 0.33 0.16 351.85 0.5 0.68
Hex D6 85 90 0 26 21 10 160 32 44
Octal 326 205 220 0 46 41 20 540 62 104
Binary 11010110 10000101 10010000 0 100110 100001 10000 101100000 110010 1000100

Color Harmonies of #D68590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68590

Black with #D68590

Text Example


Text Example

White with #D68590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68590; }

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

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

background-color css

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

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

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

border-color css

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

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

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