#D79CB1

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

Shades of Kobi #D79CB1

Tints of Kobi #D79CB1

Color information

#D79CB1 (or 0xD79CB1) is unknown color: approx Kobi. HEX triplet: D7, 9C and B1. RGB value is (215,156,177). Sum of RGB (Red+Green+Blue) = 215+156+177=548 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.23% from 548); Green value is 156 (61.33% from 255 or 28.47% from 548); Blue value is 177 (69.53% from 255 or 32.30% from 548); Max value from RGB is 215 - color contains mainly: red. Hex color #D79CB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79CB1 is #28634E. Grayscale: #B0B0B0. Windows color (decimal): -2646863 or 11640023. OLE color: 11640023.

HSL color Cylindrical-coordinate representation of color #D79CB1: hue angle of 338.64º 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 #D79CB1 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB215156177-
CMYK00.270.180.16
HSL338.64º42.45%72.75%-
HSV(B)338.64º27.44%84.31%-
XYZ47.8541.447.06-
YUV176.03128.55155.79-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.23%
GREEN value IS 156 (61.33% from 255) = 28.47%
BLUE value IS 177 (69.53% from 255) = 32.30%
R=39.23%
G=28.47%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515617700.270.180.16338.6442.4572.75
HexD79CB101B12101532a49
Octal327234261033222052352111
Binary11010111100111001011000101101110010100001010100111010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79CB1; }

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

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

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

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

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

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

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

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