#D79CB3

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

Shades of Kobi #D79CB3

Tints of Kobi #D79CB3

Color information

#D79CB3 (or 0xD79CB3) is unknown color: approx Kobi. HEX triplet: D7, 9C and B3. RGB value is (215,156,179). Sum of RGB (Red+Green+Blue) = 215+156+179=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 156 (61.33% from 255 or 28.36% from 550); Blue value is 179 (70.31% from 255 or 32.55% from 550); Max value from RGB is 215 - color contains mainly: red. Hex color #D79CB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79CB3 is #28634C. Grayscale: #B0B0B0. Windows color (decimal): -2646861 or 11771095. OLE color: 11771095.

HSL color Cylindrical-coordinate representation of color #D79CB3: hue angle of 336.61º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D79CB3 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB215156179-
CMYK00.270.170.16
HSL336.61º42.45%72.75%-
HSV(B)336.61º27.44%84.31%-
XYZ48.0541.4848.12-
YUV176.26129.55155.63-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.09%
GREEN value IS 156 (61.33% from 255) = 28.36%
BLUE value IS 179 (70.31% from 255) = 32.55%
R=39.09%
G=28.36%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515617900.270.170.16336.6142.4572.75
HexD79CB301B11101512a49
Octal327234263033212052152111
Binary11010111100111001011001101101110001100001010100011010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79CB3; }

 p { color: rgb(215,156,179); }

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

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

 a { background-color: rgb(215,156,179); }

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

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

 span { border-color: rgb(215,156,179); }

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