#d49fac

Color #D49FAC Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #D49FAC

Tints of Kobi #D49FAC

Color information

#D49FAC (or 0xD49FAC) is unknown color: approx 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

RGB212159172-
CMYK00.250.190.17
HSL345.28º38.13%72.75%-
HSV(B)345.28º25%83.14%-
XYZ4741.7744.62-
YUV176.33125.56153.44-

RGB Variations

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

RGB

RED value IS 212 (83.20% 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 (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215917200.250.190.17345.2838.1372.75
HexD49FAC01913111592649
Octal324237254031232153146111
Binary11010100100111111010110001100110011100011010110011001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d49fac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>