#D39CB1

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

Shades of Kobi #D39CB1

Tints of Kobi #D39CB1

Color information

#D39CB1 (or 0xD39CB1) is unknown color: approx Kobi. HEX triplet: D3, 9C and B1. RGB value is (211,156,177). Sum of RGB (Red+Green+Blue) = 211+156+177=544 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.79% from 544); Green value is 156 (61.33% from 255 or 28.68% from 544); Blue value is 177 (69.53% from 255 or 32.54% from 544); Max value from RGB is 211 - color contains mainly: red. Hex color #D39CB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39CB1 is #2C634E. Grayscale: #AEAEAE. Windows color (decimal): -2909007 or 11640019. OLE color: 11640019.

HSL color Cylindrical-coordinate representation of color #D39CB1: hue angle of 337.09º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D39CB1 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB211156177-
CMYK00.260.160.17
HSL337.09º38.46%71.96%-
HSV(B)337.09º26.07%82.75%-
XYZ46.6940.847.01-
YUV174.84129.22153.79-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.79%
GREEN value IS 156 (61.33% from 255) = 28.68%
BLUE value IS 177 (69.53% from 255) = 32.54%
R=38.79%
G=28.68%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115617700.260.160.17337.0938.4671.96
HexD39CB101A10111512648
Octal323234261032202152146110
Binary11010011100111001011000101101010000100011010100011001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39CB1; }

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

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

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

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

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

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

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

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