#D78BAC

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

Shades of Kobi #D78BAC

Tints of Kobi #D78BAC

Color information

#D78BAC (or 0xD78BAC) is unknown color: approx Kobi. HEX triplet: D7, 8B and AC. RGB value is (215,139,172). Sum of RGB (Red+Green+Blue) = 215+139+172=526 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.87% from 526); Green value is 139 (54.69% from 255 or 26.43% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 215 - color contains mainly: red. Hex color #D78BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78BAC is #287453. Grayscale: #A5A5A5. Windows color (decimal): -2651220 or 11307991. OLE color: 11307991.

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

Color convert

RGB215139172-
CMYK00.350.20.16
HSL333.95º48.72%69.41%-
HSV(B)333.95º35.35%84.31%-
XYZ44.735.8943.6-
YUV165.49131.68163.32-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.87%
GREEN value IS 139 (54.69% from 255) = 26.43%
BLUE value IS 172 (67.58% from 255) = 32.70%
R=40.87%
G=26.43%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.2
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513917200.350.20.16333.9548.7269.41
HexD78BAC023141014e3145
Octal327213254043242051661105
Binary110101111000101110101100010001110100100001010011101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78BAC; }

 p { color: rgb(215,139,172); }

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

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

 a { background-color: rgb(215,139,172); }

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

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

 span { border-color: rgb(215,139,172); }

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