#D78CA9

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

Shades of Kobi #D78CA9

Tints of Kobi #D78CA9

Color information

#D78CA9 (or 0xD78CA9) is unknown color: approx Kobi. HEX triplet: D7, 8C and A9. RGB value is (215,140,169). Sum of RGB (Red+Green+Blue) = 215+140+169=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 140 (55.08% from 255 or 26.72% from 524); Blue value is 169 (66.41% from 255 or 32.25% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D78CA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78CA9 is #287356. Grayscale: #A5A5A5. Windows color (decimal): -2650967 or 11111639. OLE color: 11111639.

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

Color convert

RGB215140169-
CMYK00.350.210.16
HSL336.8º48.39%69.61%-
HSV(B)336.8º34.88%84.31%-
XYZ44.5636.0742.15-
YUV165.73129.85163.14-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.03%
GREEN value IS 140 (55.08% from 255) = 26.72%
BLUE value IS 169 (66.41% from 255) = 32.25%
R=41.03%
G=26.72%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514016900.350.210.16336.848.3969.61
HexD78CA902315101513046
Octal327214251043252052160106
Binary110101111000110010101001010001110101100001010100011100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78CA9; }

 p { color: rgb(215,140,169); }

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

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

 a { background-color: rgb(215,140,169); }

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

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

 span { border-color: rgb(215,140,169); }

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