Html Css Color HEX #D48A98 Can Can

📋 copy color: '#D48A98'

red 212 ◦ green 138 ◦ blue 152

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

Shades of Can Can #D48A98

Tints of Can Can #D48A98

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.49%

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

R = 42.23%
G = 27.49%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#D48A98 (or 0xD48A98) is known color: Can Can. HEX triplet: D4, 8A and 98. RGB value is (212,138,152). Sum of RGB (Red+Green+Blue) = 212+138+152=502 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.23% from 502); Green value is 138 (54.30% from 255 or 27.49% from 502); Blue value is 152 (59.77% from 255 or 30.28% from 502); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48A98 is #2B7567. Grayscale: #A1A1A1. Windows color (decimal): -2848104 or 9997012. OLE color: 9997012.

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

Color convert

RGB 212 138 152 -
CMYK 0 0.35 0.28 0.17
HSL 348.65º 0.46% 0.69% -
HSV(B) 348.65º 0.35% 0.83% -
XYZ 41.91 34.44 34.14 -
YUV 161.72 122.52 163.86 -
System Red Green Blue C M Y K H S L
Decimal 212 138 152 0 0.35 0.28 0.17 348.65 0.46 0.69
Hex D4 8A 98 0 23 1C 11 15D 2E 45
Octal 324 212 230 0 43 34 21 535 56 105
Binary 11010100 10001010 10011000 0 100011 11100 10001 101011101 101110 1000101

Color Harmonies of #D48A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48A98

Black with #D48A98

Text Example


Text Example

White with #D48A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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