Html Css Color HEX #D09096 Can Can

📋 copy color: '#D09096'

red 208 ◦ green 144 ◦ blue 150

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

Shades of Can Can #D09096

Tints of Can Can #D09096

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.69%

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

R = 41.43%
G = 28.69%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D09096 (or 0xD09096) is known color: Can Can. HEX triplet: D0, 90 and 96. RGB value is (208,144,150). Sum of RGB (Red+Green+Blue) = 208+144+150=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 208 - color contains mainly: red. Hex color #D09096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09096 is #2F6F69. Grayscale: #A3A3A3. Windows color (decimal): -3108714 or 9867472. OLE color: 9867472.

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

Color convert

RGB 208 144 150 -
CMYK 0 0.31 0.28 0.18
HSL 354.38º 0.41% 0.69% -
HSV(B) 354.38º 0.31% 0.82% -
XYZ 41.49 35.56 33.53 -
YUV 163.82 120.2 159.51 -
System Red Green Blue C M Y K H S L
Decimal 208 144 150 0 0.31 0.28 0.18 354.38 0.41 0.69
Hex D0 90 96 0 1F 1C 12 162 29 45
Octal 320 220 226 0 37 34 22 542 51 105
Binary 11010000 10010000 10010110 0 11111 11100 10010 101100010 101001 1000101

Color Harmonies of #D09096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09096

Black with #D09096

Text Example


Text Example

White with #D09096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09096; }

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

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

background-color css

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

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

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

border-color css

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

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

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