#D794AE

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

Shades of Kobi #D794AE

Tints of Kobi #D794AE

Color information

#D794AE (or 0xD794AE) is unknown color: approx Kobi. HEX triplet: D7, 94 and AE. RGB value is (215,148,174). Sum of RGB (Red+Green+Blue) = 215+148+174=537 (71% of max value = 765). Red value is 215 (84.38% from 255 or 40.04% from 537); Green value is 148 (58.20% from 255 or 27.56% from 537); Blue value is 174 (68.36% from 255 or 32.40% from 537); Max value from RGB is 215 - color contains mainly: red. Hex color #D794AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D794AE is #286B51. Grayscale: #AAAAAA. Windows color (decimal): -2648914 or 11441367. OLE color: 11441367.

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

Color convert

RGB215148174-
CMYK00.310.190.16
HSL336.72º45.58%71.18%-
HSV(B)336.72º31.16%84.31%-
XYZ46.2538.6845.07-
YUV171129.7159.39-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.04%
GREEN value IS 148 (58.20% from 255) = 27.56%
BLUE value IS 174 (68.36% from 255) = 32.40%
R=40.04%
G=27.56%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514817400.310.190.16336.7245.5871.18
HexD794AE01F13101512e47
Octal327224256037232052156107
Binary11010111100101001010111001111110011100001010100011011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D794AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D794AE; }

 p { color: rgb(215,148,174); }

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

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

 a { background-color: rgb(215,148,174); }

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

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

 span { border-color: rgb(215,148,174); }

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