#D198AC

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

Shades of Kobi #D198AC

Tints of Kobi #D198AC

Color information

#D198AC (or 0xD198AC) is unknown color: approx Kobi. HEX triplet: D1, 98 and AC. RGB value is (209,152,172). Sum of RGB (Red+Green+Blue) = 209+152+172=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 152 (59.77% from 255 or 28.52% from 533); Blue value is 172 (67.58% from 255 or 32.27% from 533); Max value from RGB is 209 - color contains mainly: red. Hex color #D198AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D198AC is #2E6753. Grayscale: #ABABAB. Windows color (decimal): -3041108 or 11311313. OLE color: 11311313.

HSL color Cylindrical-coordinate representation of color #D198AC: hue angle of 338.95º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D198AC is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB209152172-
CMYK00.270.180.18
HSL338.95º38.26%70.78%-
HSV(B)338.95º27.27%81.96%-
XYZ44.9738.9944.19-
YUV171.32128.38154.87-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.21%
GREEN value IS 152 (59.77% from 255) = 28.52%
BLUE value IS 172 (67.58% from 255) = 32.27%
R=39.21%
G=28.52%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915217200.270.180.18338.9538.2670.78
HexD198AC01B12121532647
Octal321230254033222252346107
Binary11010001100110001010110001101110010100101010100111001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D198AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D198AC; }

 p { color: rgb(209,152,172); }

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

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

 a { background-color: rgb(209,152,172); }

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

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

 span { border-color: rgb(209,152,172); }

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