#D690A5

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

Shades of Kobi #D690A5

Tints of Kobi #D690A5

Color information

#D690A5 (or 0xD690A5) is unknown color: approx Kobi. HEX triplet: D6, 90 and A5. RGB value is (214,144,165). Sum of RGB (Red+Green+Blue) = 214+144+165=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 144 (56.64% from 255 or 27.53% from 523); Blue value is 165 (64.84% from 255 or 31.55% from 523); Max value from RGB is 214 - color contains mainly: red. Hex color #D690A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D690A5 is #296F5A. Grayscale: #A7A7A7. Windows color (decimal): -2715483 or 10850518. OLE color: 10850518.

HSL color Cylindrical-coordinate representation of color #D690A5: hue angle of 342º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D690A5 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB214144165-
CMYK00.330.230.16
HSL342º46.05%70.2%-
HSV(B)342º32.71%83.92%-
XYZ44.536.9640.39-
YUV167.32126.69161.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.92%
GREEN value IS 144 (56.64% from 255) = 27.53%
BLUE value IS 165 (64.84% from 255) = 31.55%
R=40.92%
G=27.53%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414416500.330.230.1634246.0570.2
HexD690A502117101562e46
Octal326220245041272052656106
Binary110101101001000010100101010000110111100001010101101011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D690A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D690A5; }

 p { color: rgb(214,144,165); }

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

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

 a { background-color: rgb(214,144,165); }

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

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

 span { border-color: rgb(214,144,165); }

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