Html Css Color HEX #D68C99 Can Can

📋 copy color: '#D68C99'

red 214 ◦ green 140 ◦ blue 153

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

Shades of Can Can #D68C99

Tints of Can Can #D68C99

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.61%

 BLUE value IS 153 (60.16% from 255) = 30.18%

R = 42.21%
G = 27.61%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D68C99 (or 0xD68C99) is known color: Can Can. HEX triplet: D6, 8C and 99. RGB value is (214,140,153). Sum of RGB (Red+Green+Blue) = 214+140+153=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 140 (55.08% from 255 or 27.61% from 507); Blue value is 153 (60.16% from 255 or 30.18% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68C99 is #297366. Grayscale: #A3A3A3. Windows color (decimal): -2716519 or 10063062. OLE color: 10063062.

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

Color convert

RGB 214 140 153 -
CMYK 0 0.35 0.29 0.16
HSL 349.46º 0.47% 0.69% -
HSV(B) 349.46º 0.35% 0.84% -
XYZ 42.86 35.35 34.7 -
YUV 163.61 122.02 163.94 -
System Red Green Blue C M Y K H S L
Decimal 214 140 153 0 0.35 0.29 0.16 349.46 0.47 0.69
Hex D6 8C 99 0 23 1D 10 15D 2F 45
Octal 326 214 231 0 43 35 20 535 57 105
Binary 11010110 10001100 10011001 0 100011 11101 10000 101011101 101111 1000101

Color Harmonies of #D68C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68C99

Black with #D68C99

Text Example


Text Example

White with #D68C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68C99; }

 p { color: rgb(214,140,153); }

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

background-color css

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

 a { background-color: rgb(214,140,153); }

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

border-color css

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

 span { border-color: rgb(214,140,153); }

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