Html Css Color HEX #D195A6 Can Can

📋 copy color: '#D195A6'

red 209 ◦ green 149 ◦ blue 166

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

Shades of Can Can #D195A6

Tints of Can Can #D195A6

RGB

 RED value IS 209 (82.03% from 255) = 39.89%

 GREEN value IS 149 (58.59% from 255) = 28.44%

 BLUE value IS 166 (65.23% from 255) = 31.68%

R = 39.89%
G = 28.44%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D195A6 (or 0xD195A6) is known color: Can Can. HEX triplet: D1, 95 and A6. RGB value is (209,149,166). Sum of RGB (Red+Green+Blue) = 209+149+166=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 149 (58.59% from 255 or 28.44% from 524); Blue value is 166 (65.23% from 255 or 31.68% from 524); Max value from RGB is 209 - color contains mainly: red. Hex color #D195A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D195A6 is #2E6A59. Grayscale: #A8A8A8. Windows color (decimal): -3041882 or 10917329. OLE color: 10917329.

HSL color Cylindrical-coordinate representation of color #D195A6: hue angle of 343º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D195A6 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 149 166 -
CMYK 0 0.29 0.21 0.18
HSL 343º 0.39% 0.7% -
HSV(B) 343º 0.29% 0.82% -
XYZ 43.92 37.8 41.06 -
YUV 168.88 126.38 156.62 -
System Red Green Blue C M Y K H S L
Decimal 209 149 166 0 0.29 0.21 0.18 343 0.39 0.7
Hex D1 95 A6 0 1D 15 12 157 27 46
Octal 321 225 246 0 35 25 22 527 47 106
Binary 11010001 10010101 10100110 0 11101 10101 10010 101010111 100111 1000110

Color Harmonies of #D195A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D195A6

Black with #D195A6

Text Example


Text Example

White with #D195A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D195A6; }

 p { color: rgb(209,149,166); }

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

background-color css

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

 a { background-color: rgb(209,149,166); }

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

border-color css

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

 span { border-color: rgb(209,149,166); }

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