Html Css Color HEX #D68994 Can Can

📋 copy color: '#D68994'

red 214 ◦ green 137 ◦ blue 148

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

Shades of Can Can #D68994

Tints of Can Can #D68994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.66%

R = 42.89%
G = 27.45%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D68994 (or 0xD68994) is known color: Can Can. HEX triplet: D6, 89 and 94. RGB value is (214,137,148). Sum of RGB (Red+Green+Blue) = 214+137+148=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 137 (53.91% from 255 or 27.45% from 499); Blue value is 148 (58.20% from 255 or 29.66% from 499); Max value from RGB is 214 - color contains mainly: red. Hex color #D68994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68994 is #29766B. Grayscale: #A1A1A1. Windows color (decimal): -2717292 or 9734614. OLE color: 9734614.

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

Color convert

RGB 214 137 148 -
CMYK 0 0.36 0.31 0.16
HSL 351.43º 0.48% 0.69% -
HSV(B) 351.43º 0.36% 0.84% -
XYZ 42.02 34.33 32.43 -
YUV 161.28 120.51 165.61 -
System Red Green Blue C M Y K H S L
Decimal 214 137 148 0 0.36 0.31 0.16 351.43 0.48 0.69
Hex D6 89 94 0 24 1F 10 15F 30 45
Octal 326 211 224 0 44 37 20 537 60 105
Binary 11010110 10001001 10010100 0 100100 11111 10000 101011111 110000 1000101

Color Harmonies of #D68994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68994

Black with #D68994

Text Example


Text Example

White with #D68994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68994; }

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

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

background-color css

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

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

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

border-color css

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

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

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