#D799B1

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

Shades of Kobi #D799B1

Tints of Kobi #D799B1

Color information

#D799B1 (or 0xD799B1) is unknown color: approx Kobi. HEX triplet: D7, 99 and B1. RGB value is (215,153,177). Sum of RGB (Red+Green+Blue) = 215+153+177=545 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.45% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 177 (69.53% from 255 or 32.48% from 545); Max value from RGB is 215 - color contains mainly: red. Hex color #D799B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D799B1 is #28664E. Grayscale: #AEAEAE. Windows color (decimal): -2647631 or 11639255. OLE color: 11639255.

HSL color Cylindrical-coordinate representation of color #D799B1: hue angle of 336.77º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D799B1 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB215153177-
CMYK00.290.180.16
HSL336.77º43.66%72.16%-
HSV(B)336.77º28.84%84.31%-
XYZ47.3540.446.9-
YUV174.27129.54157.05-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.45%
GREEN value IS 153 (60.16% from 255) = 28.07%
BLUE value IS 177 (69.53% from 255) = 32.48%
R=39.45%
G=28.07%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515317700.290.180.16336.7743.6672.16
HexD799B101D12101512c48
Octal327231261035222052154110
Binary11010111100110011011000101110110010100001010100011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D799B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D799B1; }

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

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

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

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

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

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

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

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