#D499AC

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

Shades of Kobi #D499AC

Tints of Kobi #D499AC

Color information

#D499AC (or 0xD499AC) is unknown color: approx Kobi. HEX triplet: D4, 99 and AC. RGB value is (212,153,172). Sum of RGB (Red+Green+Blue) = 212+153+172=537 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.48% from 537); Green value is 153 (60.16% from 255 or 28.49% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 212 - color contains mainly: red. Hex color #D499AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D499AC is #2B6653. Grayscale: #ACACAC. Windows color (decimal): -2844244 or 11311572. OLE color: 11311572.

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

Color convert

RGB212153172-
CMYK00.280.190.17
HSL340.68º40.69%71.57%-
HSV(B)340.68º27.83%83.14%-
XYZ45.9939.7644.28-
YUV172.81127.55155.96-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.48%
GREEN value IS 153 (60.16% from 255) = 28.49%
BLUE value IS 172 (67.58% from 255) = 32.03%
R=39.48%
G=28.49%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215317200.280.190.17340.6840.6971.57
HexD499AC01C13111552948
Octal324231254034232152551110
Binary11010100100110011010110001110010011100011010101011010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D499AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D499AC; }

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

 H1.HeaderClassName
 {
   color: #D499AC;
 }
 .AnyTagClassName
 {
   color: #D499AC;
 }
</style>
background-color css

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

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

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

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

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

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