Html Css Color HEX #D48C9F Can Can

📋 copy color: '#D48C9F'

red 212 ◦ green 140 ◦ blue 159

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

Shades of Can Can #D48C9F

Tints of Can Can #D48C9F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.4%

 BLUE value IS 159 (62.5% from 255) = 31.12%

R = 41.49%
G = 27.4%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D48C9F (or 0xD48C9F) is known color: Can Can. HEX triplet: D4, 8C and 9F. RGB value is (212,140,159). Sum of RGB (Red+Green+Blue) = 212+140+159=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 159 (62.5% from 255 or 31.12% from 511); Max value from RGB is 212 - color contains mainly: red. Hex color #D48C9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48C9F is #2B7360. Grayscale: #A3A3A3. Windows color (decimal): -2847585 or 10456276. OLE color: 10456276.

HSL color Cylindrical-coordinate representation of color #D48C9F: hue angle of 344.17º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D48C9F is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 140 159 -
CMYK 0 0.34 0.25 0.17
HSL 344.17º 0.46% 0.69% -
HSV(B) 344.17º 0.34% 0.83% -
XYZ 42.79 35.26 37.35 -
YUV 163.69 125.35 162.46 -
System Red Green Blue C M Y K H S L
Decimal 212 140 159 0 0.34 0.25 0.17 344.17 0.46 0.69
Hex D4 8C 9F 0 22 19 11 158 2E 45
Octal 324 214 237 0 42 31 21 530 56 105
Binary 11010100 10001100 10011111 0 100010 11001 10001 101011000 101110 1000101

Color Harmonies of #D48C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48C9F

Black with #D48C9F

Text Example


Text Example

White with #D48C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48C9F; }

 p { color: rgb(212,140,159); }

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

background-color css

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

 a { background-color: rgb(212,140,159); }

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

border-color css

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

 span { border-color: rgb(212,140,159); }

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