Html Css Color HEX #D48B98 Can Can

📋 copy color: '#D48B98'

red 212 ◦ green 139 ◦ blue 152

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

Shades of Can Can #D48B98

Tints of Can Can #D48B98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 30.22%

R = 42.15%
G = 27.63%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#D48B98 (or 0xD48B98) is known color: Can Can. HEX triplet: D4, 8B and 98. RGB value is (212,139,152). Sum of RGB (Red+Green+Blue) = 212+139+152=503 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.15% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 212 - color contains mainly: red. Hex color #D48B98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48B98 is #2B7467. Grayscale: #A2A2A2. Windows color (decimal): -2847848 or 9997268. OLE color: 9997268.

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

Color convert

RGB 212 139 152 -
CMYK 0 0.34 0.28 0.17
HSL 349.32º 0.46% 0.69% -
HSV(B) 349.32º 0.34% 0.83% -
XYZ 42.05 34.73 34.19 -
YUV 162.31 122.18 163.44 -
System Red Green Blue C M Y K H S L
Decimal 212 139 152 0 0.34 0.28 0.17 349.32 0.46 0.69
Hex D4 8B 98 0 22 1C 11 15D 2E 45
Octal 324 213 230 0 42 34 21 535 56 105
Binary 11010100 10001011 10011000 0 100010 11100 10001 101011101 101110 1000101

Color Harmonies of #D48B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48B98

Black with #D48B98

Text Example


Text Example

White with #D48B98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48B98; }

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

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

background-color css

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

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

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

border-color css

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

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

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