#D696A4

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

Shades of Kobi #D696A4

Tints of Kobi #D696A4

Color information

#D696A4 (or 0xD696A4) is unknown color: approx Kobi. HEX triplet: D6, 96 and A4. RGB value is (214,150,164). Sum of RGB (Red+Green+Blue) = 214+150+164=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 150 (58.98% from 255 or 28.41% from 528); Blue value is 164 (64.45% from 255 or 31.06% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D696A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D696A4 is #29695B. Grayscale: #AAAAAA. Windows color (decimal): -2713948 or 10786518. OLE color: 10786518.

HSL color Cylindrical-coordinate representation of color #D696A4: hue angle of 346.88º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D696A4 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB214150164-
CMYK00.300.230.16
HSL346.88º43.84%71.37%-
HSV(B)346.88º29.91%83.92%-
XYZ45.3438.7940.22-
YUV170.73124.2158.86-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.53%
GREEN value IS 150 (58.98% from 255) = 28.41%
BLUE value IS 164 (64.45% from 255) = 31.06%
R=40.53%
G=28.41%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415016400.300.230.16346.8843.8471.37
HexD696A401E171015b2c47
Octal326226244036272053354107
Binary11010110100101101010010001111010111100001010110111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D696A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D696A4; }

 p { color: rgb(214,150,164); }

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

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

 a { background-color: rgb(214,150,164); }

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

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

 span { border-color: rgb(214,150,164); }

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