Html Css Color HEX #D48B9A Can Can

📋 copy color: '#D48B9A'

red 212 ◦ green 139 ◦ blue 154

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

Shades of Can Can #D48B9A

Tints of Can Can #D48B9A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.52%

 BLUE value IS 154 (60.55% from 255) = 30.5%

R = 41.98%
G = 27.52%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D48B9A (or 0xD48B9A) is known color: Can Can. HEX triplet: D4, 8B and 9A. RGB value is (212,139,154). Sum of RGB (Red+Green+Blue) = 212+139+154=505 (66% of max value = 765). Red value is 212 (83.20% from 255 or 41.98% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 212 - color contains mainly: red. Hex color #D48B9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48B9A is #2B7465. Grayscale: #A2A2A2. Windows color (decimal): -2847846 or 10128340. OLE color: 10128340.

HSL color Cylindrical-coordinate representation of color #D48B9A: hue angle of 347.67º 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 #D48B9A is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 139 154 -
CMYK 0 0.34 0.27 0.17
HSL 347.67º 0.46% 0.69% -
HSV(B) 347.67º 0.34% 0.83% -
XYZ 42.22 34.8 35.06 -
YUV 162.54 123.18 163.28 -
System Red Green Blue C M Y K H S L
Decimal 212 139 154 0 0.34 0.27 0.17 347.67 0.46 0.69
Hex D4 8B 9A 0 22 1B 11 15C 2E 45
Octal 324 213 232 0 42 33 21 534 56 105
Binary 11010100 10001011 10011010 0 100010 11011 10001 101011100 101110 1000101

Color Harmonies of #D48B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48B9A

Black with #D48B9A

Text Example


Text Example

White with #D48B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48B9A; }

 p { color: rgb(212,139,154); }

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

background-color css

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

 a { background-color: rgb(212,139,154); }

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

border-color css

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

 span { border-color: rgb(212,139,154); }

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