Html Css Color HEX #D08C99 Can Can

📋 copy color: '#D08C99'

red 208 ◦ green 140 ◦ blue 153

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

Shades of Can Can #D08C99

Tints of Can Can #D08C99

RGB

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

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

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

R = 41.52%
G = 27.94%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D08C99 (or 0xD08C99) is known color: Can Can. HEX triplet: D0, 8C and 99. RGB value is (208,140,153). Sum of RGB (Red+Green+Blue) = 208+140+153=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 153 (60.16% from 255 or 30.54% from 501); Max value from RGB is 208 - color contains mainly: red. Hex color #D08C99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08C99 is #2F7366. Grayscale: #A1A1A1. Windows color (decimal): -3109735 or 10063056. OLE color: 10063056.

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

Color convert

RGB 208 140 153 -
CMYK 0 0.33 0.26 0.18
HSL 348.53º 0.42% 0.68% -
HSV(B) 348.53º 0.33% 0.82% -
XYZ 41.14 34.47 34.62 -
YUV 161.81 123.03 160.94 -
System Red Green Blue C M Y K H S L
Decimal 208 140 153 0 0.33 0.26 0.18 348.53 0.42 0.68
Hex D0 8C 99 0 21 1A 12 15D 2A 44
Octal 320 214 231 0 41 32 22 535 52 104
Binary 11010000 10001100 10011001 0 100001 11010 10010 101011101 101010 1000100

Color Harmonies of #D08C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08C99

Black with #D08C99

Text Example


Text Example

White with #D08C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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