#D29BAC

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

Shades of Kobi #D29BAC

Tints of Kobi #D29BAC

Color information

#D29BAC (or 0xD29BAC) is unknown color: approx Kobi. HEX triplet: D2, 9B and AC. RGB value is (210,155,172). Sum of RGB (Red+Green+Blue) = 210+155+172=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 155 (60.94% from 255 or 28.86% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 210 - color contains mainly: red. Hex color #D29BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29BAC is #2D6453. Grayscale: #ADADAD. Windows color (decimal): -2974804 or 11312082. OLE color: 11312082.

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

Color convert

RGB210155172-
CMYK00.260.180.18
HSL341.45º37.93%71.57%-
HSV(B)341.45º26.19%82.35%-
XYZ45.7540.1244.36-
YUV173.38127.22154.12-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.11%
GREEN value IS 155 (60.94% from 255) = 28.86%
BLUE value IS 172 (67.58% from 255) = 32.03%
R=39.11%
G=28.86%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015517200.260.180.18341.4537.9371.57
HexD29BAC01A12121552648
Octal322233254032222252546110
Binary11010010100110111010110001101010010100101010101011001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29BAC; }

 p { color: rgb(210,155,172); }

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

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

 a { background-color: rgb(210,155,172); }

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

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

 span { border-color: rgb(210,155,172); }

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