#D192AD

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

Shades of Kobi #D192AD

Tints of Kobi #D192AD

Color information

#D192AD (or 0xD192AD) is unknown color: approx Kobi. HEX triplet: D1, 92 and AD. RGB value is (209,146,173). Sum of RGB (Red+Green+Blue) = 209+146+173=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 146 (57.42% from 255 or 27.65% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 209 - color contains mainly: red. Hex color #D192AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D192AD is #2E6D52. Grayscale: #A7A7A7. Windows color (decimal): -3042643 or 11375313. OLE color: 11375313.

HSL color Cylindrical-coordinate representation of color #D192AD: hue angle of 334.29º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D192AD is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB209146173-
CMYK00.300.170.18
HSL334.29º40.65%69.61%-
HSV(B)334.29º30.14%81.96%-
XYZ44.1237.1344.38-
YUV167.92130.87157.3-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.58%
GREEN value IS 146 (57.42% from 255) = 27.65%
BLUE value IS 173 (67.97% from 255) = 32.77%
R=39.58%
G=27.65%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914617300.300.170.18334.2940.6569.61
HexD192AD01E111214e2946
Octal321222255036212251651106
Binary11010001100100101010110101111010001100101010011101010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D192AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D192AD; }

 p { color: rgb(209,146,173); }

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

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

 a { background-color: rgb(209,146,173); }

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

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

 span { border-color: rgb(209,146,173); }

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