#D695AF

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

Shades of Kobi #D695AF

Tints of Kobi #D695AF

Color information

#D695AF (or 0xD695AF) is unknown color: approx Kobi. HEX triplet: D6, 95 and AF. RGB value is (214,149,175). Sum of RGB (Red+Green+Blue) = 214+149+175=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 149 (58.59% from 255 or 27.70% from 538); Blue value is 175 (68.75% from 255 or 32.53% from 538); Max value from RGB is 214 - color contains mainly: red. Hex color #D695AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D695AF is #296A50. Grayscale: #ABABAB. Windows color (decimal): -2714193 or 11507158. OLE color: 11507158.

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

Color convert

RGB214149175-
CMYK00.300.180.16
HSL336º44.22%71.18%-
HSV(B)336º30.37%83.92%-
XYZ46.2238.8945.63-
YUV171.4130.03158.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.78%
GREEN value IS 149 (58.59% from 255) = 27.70%
BLUE value IS 175 (68.75% from 255) = 32.53%
R=39.78%
G=27.70%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414917500.300.180.1633644.2271.18
HexD695AF01E12101502c47
Octal326225257036222052054107
Binary11010110100101011010111101111010010100001010100001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D695AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D695AF; }

 p { color: rgb(214,149,175); }

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

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

 a { background-color: rgb(214,149,175); }

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

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

 span { border-color: rgb(214,149,175); }

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