#D197AE

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

Shades of Kobi #D197AE

Tints of Kobi #D197AE

Color information

#D197AE (or 0xD197AE) is unknown color: approx Kobi. HEX triplet: D1, 97 and AE. RGB value is (209,151,174). Sum of RGB (Red+Green+Blue) = 209+151+174=534 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.14% from 534); Green value is 151 (59.38% from 255 or 28.28% from 534); Blue value is 174 (68.36% from 255 or 32.58% from 534); Max value from RGB is 209 - color contains mainly: red. Hex color #D197AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D197AE is #2E6851. Grayscale: #AAAAAA. Windows color (decimal): -3041362 or 11442129. OLE color: 11442129.

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

Color convert

RGB209151174-
CMYK00.280.170.18
HSL336.21º38.67%70.59%-
HSV(B)336.21º27.75%81.96%-
XYZ4538.7445.15-
YUV170.96129.72155.13-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.14%
GREEN value IS 151 (59.38% from 255) = 28.28%
BLUE value IS 174 (68.36% from 255) = 32.58%
R=39.14%
G=28.28%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915117400.280.170.18336.2138.6770.59
HexD197AE01C11121502747
Octal321227256034212252047107
Binary11010001100101111010111001110010001100101010100001001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D197AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D197AE; }

 p { color: rgb(209,151,174); }

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

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

 a { background-color: rgb(209,151,174); }

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

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

 span { border-color: rgb(209,151,174); }

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