Html Css Color HEX #D49FAC Kobi

📋 copy color: '#D49FAC'

red 212 ◦ green 159 ◦ blue 172

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

Shades of Kobi #D49FAC

Tints of Kobi #D49FAC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.28%

 BLUE value IS 172 (67.58% from 255) = 31.68%

R = 39.04%
G = 29.28%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D49FAC (or 0xD49FAC) is known color: Kobi. HEX triplet: D4, 9F and AC. RGB value is (212,159,172). Sum of RGB (Red+Green+Blue) = 212+159+172=543 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.04% from 543); Green value is 159 (62.5% from 255 or 29.28% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 212 - color contains mainly: red. Hex color #D49FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49FAC is #2B6053. Grayscale: #B0B0B0. Windows color (decimal): -2842708 or 11313108. OLE color: 11313108.

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

Color convert

RGB 212 159 172 -
CMYK 0 0.25 0.19 0.17
HSL 345.28º 0.38% 0.73% -
HSV(B) 345.28º 0.25% 0.83% -
XYZ 47 41.77 44.62 -
YUV 176.33 125.56 153.44 -
System Red Green Blue C M Y K H S L
Decimal 212 159 172 0 0.25 0.19 0.17 345.28 0.38 0.73
Hex D4 9F AC 0 19 13 11 159 26 49
Octal 324 237 254 0 31 23 21 531 46 111
Binary 11010100 10011111 10101100 0 11001 10011 10001 101011001 100110 1001001

Color Harmonies of #D49FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49FAC

Black with #D49FAC

Text Example


Text Example

White with #D49FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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