#D195A7

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

Shades of Kobi #D195A7

Tints of Kobi #D195A7

Color information

#D195A7 (or 0xD195A7) is unknown color: approx Kobi. HEX triplet: D1, 95 and A7. RGB value is (209,149,167). Sum of RGB (Red+Green+Blue) = 209+149+167=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 149 (58.59% from 255 or 28.38% from 525); Blue value is 167 (65.62% from 255 or 31.81% from 525); Max value from RGB is 209 - color contains mainly: red. Hex color #D195A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D195A7 is #2E6A58. Grayscale: #A8A8A8. Windows color (decimal): -3041881 or 10982865. OLE color: 10982865.

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

Color convert

RGB209149167-
CMYK00.290.200.18
HSL342º39.47%70.2%-
HSV(B)342º28.71%81.96%-
XYZ44.0237.8441.54-
YUV168.99126.88156.54-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.81%
GREEN value IS 149 (58.59% from 255) = 28.38%
BLUE value IS 167 (65.62% from 255) = 31.81%
R=39.81%
G=28.38%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914916700.290.200.1834239.4770.2
HexD195A701D14121562746
Octal321225247035242252647106
Binary11010001100101011010011101110110100100101010101101001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D195A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D195A7; }

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

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

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

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

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

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

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

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