#D195A9

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

Shades of Kobi #D195A9

Tints of Kobi #D195A9

Color information

#D195A9 (or 0xD195A9) is unknown color: approx Kobi. HEX triplet: D1, 95 and A9. RGB value is (209,149,169). Sum of RGB (Red+Green+Blue) = 209+149+169=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 149 (58.59% from 255 or 28.27% from 527); Blue value is 169 (66.41% from 255 or 32.07% from 527); Max value from RGB is 209 - color contains mainly: red. Hex color #D195A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D195A9 is #2E6A56. Grayscale: #A9A9A9. Windows color (decimal): -3041879 or 11113937. OLE color: 11113937.

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

Color convert

RGB209149169-
CMYK00.290.190.18
HSL340º39.47%70.2%-
HSV(B)340º28.71%81.96%-
XYZ44.237.9142.52-
YUV169.22127.88156.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.66%
GREEN value IS 149 (58.59% from 255) = 28.27%
BLUE value IS 169 (66.41% from 255) = 32.07%
R=39.66%
G=28.27%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914916900.290.190.1834039.4770.2
HexD195A901D13121542746
Octal321225251035232252447106
Binary11010001100101011010100101110110011100101010101001001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D195A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D195A9; }

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

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

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

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

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

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

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

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