#D19CB1

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

Shades of Kobi #D19CB1

Tints of Kobi #D19CB1

Color information

#D19CB1 (or 0xD19CB1) is unknown color: approx Kobi. HEX triplet: D1, 9C and B1. RGB value is (209,156,177). Sum of RGB (Red+Green+Blue) = 209+156+177=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 156 (61.33% from 255 or 28.78% from 542); Blue value is 177 (69.53% from 255 or 32.66% from 542); Max value from RGB is 209 - color contains mainly: red. Hex color #D19CB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19CB1 is #2E634E. Grayscale: #AEAEAE. Windows color (decimal): -3040079 or 11640017. OLE color: 11640017.

HSL color Cylindrical-coordinate representation of color #D19CB1: hue angle of 336.23º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D19CB1 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB209156177-
CMYK00.250.150.18
HSL336.23º36.55%71.57%-
HSV(B)336.23º25.36%81.96%-
XYZ46.1240.5146.98-
YUV174.24129.56152.79-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.56%
GREEN value IS 156 (61.33% from 255) = 28.78%
BLUE value IS 177 (69.53% from 255) = 32.66%
R=38.56%
G=28.78%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915617700.250.150.18336.2336.5571.57
HexD19CB1019F121502548
Octal321234261031172252045110
Binary1101000110011100101100010110011111100101010100001001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19CB1; }

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

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

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

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

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

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

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

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