#D692A7

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

Shades of Kobi #D692A7

Tints of Kobi #D692A7

Color information

#D692A7 (or 0xD692A7) is unknown color: approx Kobi. HEX triplet: D6, 92 and A7. RGB value is (214,146,167). Sum of RGB (Red+Green+Blue) = 214+146+167=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 146 (57.42% from 255 or 27.70% from 527); Blue value is 167 (65.62% from 255 or 31.69% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D692A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D692A7 is #296D58. Grayscale: #A8A8A8. Windows color (decimal): -2714969 or 10982102. OLE color: 10982102.

HSL color Cylindrical-coordinate representation of color #D692A7: hue angle of 341.47º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D692A7 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB214146167-
CMYK00.320.220.16
HSL341.47º45.33%70.59%-
HSV(B)341.47º31.78%83.92%-
XYZ44.9937.6441.45-
YUV168.73127.03160.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.61%
GREEN value IS 146 (57.42% from 255) = 27.70%
BLUE value IS 167 (65.62% from 255) = 31.69%
R=40.61%
G=27.70%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414616700.320.220.16341.4745.3370.59
HexD692A702016101552d47
Octal326222247040262052555107
Binary110101101001001010100111010000010110100001010101011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D692A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D692A7; }

 p { color: rgb(214,146,167); }

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

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

 a { background-color: rgb(214,146,167); }

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

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

 span { border-color: rgb(214,146,167); }

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