#D196A7

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

Shades of Kobi #D196A7

Tints of Kobi #D196A7

Color information

#D196A7 (or 0xD196A7) is unknown color: approx Kobi. HEX triplet: D1, 96 and A7. RGB value is (209,150,167). Sum of RGB (Red+Green+Blue) = 209+150+167=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 167 (65.62% from 255 or 31.75% from 526); Max value from RGB is 209 - color contains mainly: red. Hex color #D196A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D196A7 is #2E6958. Grayscale: #A9A9A9. Windows color (decimal): -3041625 or 10983121. OLE color: 10983121.

HSL color Cylindrical-coordinate representation of color #D196A7: hue angle of 342.71º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D196A7 is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB209150167-
CMYK00.280.200.18
HSL342.71º39.07%70.39%-
HSV(B)342.71º28.23%81.96%-
XYZ44.1838.1641.6-
YUV169.58126.55156.12-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.73%
GREEN value IS 150 (58.98% from 255) = 28.52%
BLUE value IS 167 (65.62% from 255) = 31.75%
R=39.73%
G=28.52%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915016700.280.200.18342.7139.0770.39
HexD196A701C14121572746
Octal321226247034242252747106
Binary11010001100101101010011101110010100100101010101111001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D196A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D196A7; }

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

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

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

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

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

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

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

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