Html Css Color HEX #D68990 Can Can

📋 copy color: '#D68990'

red 214 ◦ green 137 ◦ blue 144

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

Shades of Can Can #D68990

Tints of Can Can #D68990

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.68%

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

R = 43.23%
G = 27.68%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D68990 (or 0xD68990) is known color: Can Can. HEX triplet: D6, 89 and 90. RGB value is (214,137,144). Sum of RGB (Red+Green+Blue) = 214+137+144=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D68990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68990 is #29766F. Grayscale: #A0A0A0. Windows color (decimal): -2717296 or 9472470. OLE color: 9472470.

HSL color Cylindrical-coordinate representation of color #D68990: hue angle of 354.55º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D68990 is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 137 144 -
CMYK 0 0.36 0.33 0.16
HSL 354.55º 0.48% 0.69% -
HSV(B) 354.55º 0.36% 0.84% -
XYZ 41.71 34.2 30.79 -
YUV 160.82 118.51 165.93 -
System Red Green Blue C M Y K H S L
Decimal 214 137 144 0 0.36 0.33 0.16 354.55 0.48 0.69
Hex D6 89 90 0 24 21 10 163 30 45
Octal 326 211 220 0 44 41 20 543 60 105
Binary 11010110 10001001 10010000 0 100100 100001 10000 101100011 110000 1000101

Color Harmonies of #D68990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68990

Black with #D68990

Text Example


Text Example

White with #D68990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68990; }

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

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

background-color css

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

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

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

border-color css

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

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

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