Html Css Color HEX #D08996 Can Can

📋 copy color: '#D08996'

red 208 ◦ green 137 ◦ blue 150

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

Shades of Can Can #D08996

Tints of Can Can #D08996

RGB

 RED value IS 208 (81.64% from 255) = 42.02%

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

 BLUE value IS 150 (58.98% from 255) = 30.3%

R = 42.02%
G = 27.68%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D08996 (or 0xD08996) is known color: Can Can. HEX triplet: D0, 89 and 96. RGB value is (208,137,150). Sum of RGB (Red+Green+Blue) = 208+137+150=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 150 (58.98% from 255 or 30.30% from 495); Max value from RGB is 208 - color contains mainly: red. Hex color #D08996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08996 is #2F7669. Grayscale: #9F9F9F. Windows color (decimal): -3110506 or 9865680. OLE color: 9865680.

HSL color Cylindrical-coordinate representation of color #D08996: hue angle of 349.01º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D08996 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 137 150 -
CMYK 0 0.34 0.28 0.18
HSL 349.01º 0.43% 0.68% -
HSV(B) 349.01º 0.34% 0.82% -
XYZ 40.46 33.5 33.19 -
YUV 159.71 122.52 162.44 -
System Red Green Blue C M Y K H S L
Decimal 208 137 150 0 0.34 0.28 0.18 349.01 0.43 0.68
Hex D0 89 96 0 22 1C 12 15D 2B 44
Octal 320 211 226 0 42 34 22 535 53 104
Binary 11010000 10001001 10010110 0 100010 11100 10010 101011101 101011 1000100

Color Harmonies of #D08996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08996

Black with #D08996

Text Example


Text Example

White with #D08996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08996; }

 p { color: rgb(208,137,150); }

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

background-color css

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

 a { background-color: rgb(208,137,150); }

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

border-color css

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

 span { border-color: rgb(208,137,150); }

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