Html Css Color HEX #D49299 Can Can

📋 copy color: '#D49299'

red 212 ◦ green 146 ◦ blue 153

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

Shades of Can Can #D49299

Tints of Can Can #D49299

RGB

 RED value IS 212 (83.2% from 255) = 41.49%

 GREEN value IS 146 (57.42% from 255) = 28.57%

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

R = 41.49%
G = 28.57%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#D49299 (or 0xD49299) is known color: Can Can. HEX triplet: D4, 92 and 99. RGB value is (212,146,153). Sum of RGB (Red+Green+Blue) = 212+146+153=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 146 (57.42% from 255 or 28.57% from 511); Blue value is 153 (60.16% from 255 or 29.94% from 511); Max value from RGB is 212 - color contains mainly: red. Hex color #D49299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49299 is #2B6D66. Grayscale: #A6A6A6. Windows color (decimal): -2846055 or 10064596. OLE color: 10064596.

HSL color Cylindrical-coordinate representation of color #D49299: hue angle of 353.64º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D49299 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 146 153 -
CMYK 0 0.31 0.28 0.17
HSL 353.64º 0.43% 0.7% -
HSV(B) 353.64º 0.31% 0.83% -
XYZ 43.18 36.85 34.97 -
YUV 166.53 120.37 160.43 -
System Red Green Blue C M Y K H S L
Decimal 212 146 153 0 0.31 0.28 0.17 353.64 0.43 0.7
Hex D4 92 99 0 1F 1C 11 162 2B 46
Octal 324 222 231 0 37 34 21 542 53 106
Binary 11010100 10010010 10011001 0 11111 11100 10001 101100010 101011 1000110

Color Harmonies of #D49299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49299

Black with #D49299

Text Example


Text Example

White with #D49299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49299; }

 p { color: rgb(212,146,153); }

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

background-color css

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

 a { background-color: rgb(212,146,153); }

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

border-color css

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

 span { border-color: rgb(212,146,153); }

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