#D28BAB

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

Shades of Kobi #D28BAB

Tints of Kobi #D28BAB

Color information

#D28BAB (or 0xD28BAB) is unknown color: approx Kobi. HEX triplet: D2, 8B and AB. RGB value is (210,139,171). Sum of RGB (Red+Green+Blue) = 210+139+171=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 139 (54.69% from 255 or 26.73% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 210 - color contains mainly: red. Hex color #D28BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28BAB is #2D7454. Grayscale: #A3A3A3. Windows color (decimal): -2978901 or 11242450. OLE color: 11242450.

HSL color Cylindrical-coordinate representation of color #D28BAB: hue angle of 332.96º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D28BAB is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB210139171-
CMYK00.340.190.18
HSL332.96º44.1%68.43%-
HSV(B)332.96º33.81%82.35%-
XYZ43.1635.1143.03-
YUV163.88132.02160.9-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.38%
GREEN value IS 139 (54.69% from 255) = 26.73%
BLUE value IS 171 (67.19% from 255) = 32.88%
R=40.38%
G=26.73%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013917100.340.190.18332.9644.168.43
HexD28BAB022131214d2c44
Octal322213253042232251554104
Binary110100101000101110101011010001010011100101010011011011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28BAB; }

 p { color: rgb(210,139,171); }

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

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

 a { background-color: rgb(210,139,171); }

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

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

 span { border-color: rgb(210,139,171); }

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