#D192A7

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

Shades of Kobi #D192A7

Tints of Kobi #D192A7

Color information

#D192A7 (or 0xD192A7) is unknown color: approx Kobi. HEX triplet: D1, 92 and A7. RGB value is (209,146,167). Sum of RGB (Red+Green+Blue) = 209+146+167=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 146 (57.42% from 255 or 27.97% from 522); Blue value is 167 (65.62% from 255 or 31.99% from 522); Max value from RGB is 209 - color contains mainly: red. Hex color #D192A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D192A7 is #2E6D58. Grayscale: #A7A7A7. Windows color (decimal): -3042649 or 10982097. OLE color: 10982097.

HSL color Cylindrical-coordinate representation of color #D192A7: hue angle of 340º 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 #D192A7 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB209146167-
CMYK00.300.200.18
HSL340º40.65%69.61%-
HSV(B)340º30.14%81.96%-
XYZ43.5536.941.39-
YUV167.23127.87157.79-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.04%
GREEN value IS 146 (57.42% from 255) = 27.97%
BLUE value IS 167 (65.62% from 255) = 31.99%
R=40.04%
G=27.97%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914616700.300.200.1834040.6569.61
HexD192A701E14121542946
Octal321222247036242252451106
Binary11010001100100101010011101111010100100101010101001010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D192A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D192A7; }

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

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

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

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

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

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

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

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