#D692A8

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

Shades of Kobi #D692A8

Tints of Kobi #D692A8

Color information

#D692A8 (or 0xD692A8) is unknown color: approx Kobi. HEX triplet: D6, 92 and A8. RGB value is (214,146,168). Sum of RGB (Red+Green+Blue) = 214+146+168=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 146 (57.42% from 255 or 27.65% from 528); Blue value is 168 (66.02% from 255 or 31.82% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D692A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D692A8 is #296D57. Grayscale: #A8A8A8. Windows color (decimal): -2714968 or 11047638. OLE color: 11047638.

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

Color convert

RGB214146168-
CMYK00.320.210.16
HSL340.59º45.33%70.59%-
HSV(B)340.59º31.78%83.92%-
XYZ45.0837.6841.94-
YUV168.84127.53160.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.53%
GREEN value IS 146 (57.42% from 255) = 27.65%
BLUE value IS 168 (66.02% from 255) = 31.82%
R=40.53%
G=27.65%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414616800.320.210.16340.5945.3370.59
HexD692A802015101552d47
Octal326222250040252052555107
Binary110101101001001010101000010000010101100001010101011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D692A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D692A8; }

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

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

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

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

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

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

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

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