Html Css Color HEX #D68995 Can Can

📋 copy color: '#D68995'

red 214 ◦ green 137 ◦ blue 149

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

Shades of Can Can #D68995

Tints of Can Can #D68995

RGB

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

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

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

R = 42.8%
G = 27.4%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D68995 (or 0xD68995) is known color: Can Can. HEX triplet: D6, 89 and 95. RGB value is (214,137,149). Sum of RGB (Red+Green+Blue) = 214+137+149=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 137 (53.91% from 255 or 27.4% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D68995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68995 is #29766A. Grayscale: #A1A1A1. Windows color (decimal): -2717291 or 9800150. OLE color: 9800150.

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

Color convert

RGB 214 137 149 -
CMYK 0 0.36 0.30 0.16
HSL 350.65º 0.48% 0.69% -
HSV(B) 350.65º 0.36% 0.84% -
XYZ 42.1 34.36 32.85 -
YUV 161.39 121.01 165.52 -
System Red Green Blue C M Y K H S L
Decimal 214 137 149 0 0.36 0.30 0.16 350.65 0.48 0.69
Hex D6 89 95 0 24 1E 10 15F 30 45
Octal 326 211 225 0 44 36 20 537 60 105
Binary 11010110 10001001 10010101 0 100100 11110 10000 101011111 110000 1000101

Color Harmonies of #D68995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68995

Black with #D68995

Text Example


Text Example

White with #D68995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68995; }

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

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

background-color css

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

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

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

border-color css

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

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

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