Html Css Color HEX #D08994 Can Can

📋 copy color: '#D08994'

red 208 ◦ green 137 ◦ blue 148

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

Shades of Can Can #D08994

Tints of Can Can #D08994

RGB

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

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

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

R = 42.19%
G = 27.79%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D08994 (or 0xD08994) is known color: Can Can. HEX triplet: D0, 89 and 94. RGB value is (208,137,148). Sum of RGB (Red+Green+Blue) = 208+137+148=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D08994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08994 is #2F766B. Grayscale: #9F9F9F. Windows color (decimal): -3110508 or 9734608. OLE color: 9734608.

HSL color Cylindrical-coordinate representation of color #D08994: hue angle of 350.7º 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 #D08994 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 137 148 -
CMYK 0 0.34 0.29 0.18
HSL 350.7º 0.43% 0.68% -
HSV(B) 350.7º 0.34% 0.82% -
XYZ 40.3 33.44 32.35 -
YUV 159.48 121.52 162.61 -
System Red Green Blue C M Y K H S L
Decimal 208 137 148 0 0.34 0.29 0.18 350.7 0.43 0.68
Hex D0 89 94 0 22 1D 12 15F 2B 44
Octal 320 211 224 0 42 35 22 537 53 104
Binary 11010000 10001001 10010100 0 100010 11101 10010 101011111 101011 1000100

Color Harmonies of #D08994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08994

Black with #D08994

Text Example


Text Example

White with #D08994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08994; }

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

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

background-color css

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

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

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

border-color css

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

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

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