#D195AD

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

Shades of Kobi #D195AD

Tints of Kobi #D195AD

Color information

#D195AD (or 0xD195AD) is unknown color: approx Kobi. HEX triplet: D1, 95 and AD. RGB value is (209,149,173). Sum of RGB (Red+Green+Blue) = 209+149+173=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 149 (58.59% from 255 or 28.06% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 209 - color contains mainly: red. Hex color #D195AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D195AD is #2E6A52. Grayscale: #A9A9A9. Windows color (decimal): -3041875 or 11376081. OLE color: 11376081.

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

Color convert

RGB209149173-
CMYK00.290.170.18
HSL336º39.47%70.2%-
HSV(B)336º28.71%81.96%-
XYZ44.5838.0744.53-
YUV169.68129.88156.05-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.36%
GREEN value IS 149 (58.59% from 255) = 28.06%
BLUE value IS 173 (67.97% from 255) = 32.58%
R=39.36%
G=28.06%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914917300.290.170.1833639.4770.2
HexD195AD01D11121502746
Octal321225255035212252047106
Binary11010001100101011010110101110110001100101010100001001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D195AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D195AD; }

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

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

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

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

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

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

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

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