#D99CB1

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

Shades of Kobi #D99CB1

Tints of Kobi #D99CB1

Color information

#D99CB1 (or 0xD99CB1) is unknown color: approx Kobi. HEX triplet: D9, 9C and B1. RGB value is (217,156,177). Sum of RGB (Red+Green+Blue) = 217+156+177=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 156 (61.33% from 255 or 28.36% from 550); Blue value is 177 (69.53% from 255 or 32.18% from 550); Max value from RGB is 217 - color contains mainly: red. Hex color #D99CB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99CB1 is #26634E. Grayscale: #B0B0B0. Windows color (decimal): -2515791 or 11640025. OLE color: 11640025.

HSL color Cylindrical-coordinate representation of color #D99CB1: hue angle of 339.34º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D99CB1 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB217156177-
CMYK00.280.180.15
HSL339.34º44.53%73.14%-
HSV(B)339.34º28.11%85.1%-
XYZ48.4441.747.09-
YUV176.63128.21156.79-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.45%
GREEN value IS 156 (61.33% from 255) = 28.36%
BLUE value IS 177 (69.53% from 255) = 32.18%
R=39.45%
G=28.36%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715617700.280.180.15339.3444.5373.14
HexD99CB101C12F1532d49
Octal331234261034221752355111
Binary1101100110011100101100010111001001011111010100111011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99CB1; }

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

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

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

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

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

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

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

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