Html Css Color HEX #D09094 Can Can

📋 copy color: '#D09094'

red 208 ◦ green 144 ◦ blue 148

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

Shades of Can Can #D09094

Tints of Can Can #D09094

RGB

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

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

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

R = 41.6%
G = 28.8%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D09094 (or 0xD09094) is known color: Can Can. HEX triplet: D0, 90 and 94. RGB value is (208,144,148). Sum of RGB (Red+Green+Blue) = 208+144+148=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 148 (58.20% from 255 or 29.6% from 500); Max value from RGB is 208 - color contains mainly: red. Hex color #D09094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09094 is #2F6F6B. Grayscale: #A3A3A3. Windows color (decimal): -3108716 or 9736400. OLE color: 9736400.

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

Color convert

RGB 208 144 148 -
CMYK 0 0.31 0.29 0.18
HSL 356.25º 0.41% 0.69% -
HSV(B) 356.25º 0.31% 0.82% -
XYZ 41.33 35.49 32.69 -
YUV 163.59 119.2 159.67 -
System Red Green Blue C M Y K H S L
Decimal 208 144 148 0 0.31 0.29 0.18 356.25 0.41 0.69
Hex D0 90 94 0 1F 1D 12 164 29 45
Octal 320 220 224 0 37 35 22 544 51 105
Binary 11010000 10010000 10010100 0 11111 11101 10010 101100100 101001 1000101

Color Harmonies of #D09094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09094

Black with #D09094

Text Example


Text Example

White with #D09094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09094; }

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

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

background-color css

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

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

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

border-color css

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

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

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