Html Css Color HEX #D48695 Can Can

📋 copy color: '#D48695'

red 212 ◦ green 134 ◦ blue 149

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

Shades of Can Can #D48695

Tints of Can Can #D48695

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.07%

 BLUE value IS 149 (58.59% from 255) = 30.1%

R = 42.83%
G = 27.07%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D48695 (or 0xD48695) is known color: Can Can. HEX triplet: D4, 86 and 95. RGB value is (212,134,149). Sum of RGB (Red+Green+Blue) = 212+134+149=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 212 - color contains mainly: red. Hex color #D48695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48695 is #2B796A. Grayscale: #9F9F9F. Windows color (decimal): -2849131 or 9799380. OLE color: 9799380.

HSL color Cylindrical-coordinate representation of color #D48695: hue angle of 348.46º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D48695 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 134 149 -
CMYK 0 0.37 0.30 0.17
HSL 348.46º 0.48% 0.68% -
HSV(B) 348.46º 0.37% 0.83% -
XYZ 41.1 33.22 32.68 -
YUV 159.03 122.34 165.78 -
System Red Green Blue C M Y K H S L
Decimal 212 134 149 0 0.37 0.30 0.17 348.46 0.48 0.68
Hex D4 86 95 0 25 1E 11 15C 30 44
Octal 324 206 225 0 45 36 21 534 60 104
Binary 11010100 10000110 10010101 0 100101 11110 10001 101011100 110000 1000100

Color Harmonies of #D48695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48695

Black with #D48695

Text Example


Text Example

White with #D48695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48695; }

 p { color: rgb(212,134,149); }

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

background-color css

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

 a { background-color: rgb(212,134,149); }

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

border-color css

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

 span { border-color: rgb(212,134,149); }

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