Html Css Color HEX #D18BAB Kobi

📋 copy color: '#D18BAB'

red 209 ◦ green 139 ◦ blue 171

#D18BAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kobi #D18BAB

Tints of Kobi #D18BAB

RGB

 RED value IS 209 (82.03% from 255) = 40.27%

 GREEN value IS 139 (54.69% from 255) = 26.78%

 BLUE value IS 171 (67.19% from 255) = 32.95%

R = 40.27%
G = 26.78%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D18BAB (or 0xD18BAB) is known color: Kobi. HEX triplet: D1, 8B and AB. RGB value is (209,139,171). Sum of RGB (Red+Green+Blue) = 209+139+171=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 139 (54.69% from 255 or 26.78% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 209 - color contains mainly: red. Hex color #D18BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18BAB is #2E7454. Grayscale: #A3A3A3. Windows color (decimal): -3044437 or 11242449. OLE color: 11242449.

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

Color convert

RGB 209 139 171 -
CMYK 0 0.33 0.18 0.18
HSL 332.57º 0.43% 0.68% -
HSV(B) 332.57º 0.33% 0.82% -
XYZ 42.88 34.96 43.02 -
YUV 163.58 132.19 160.4 -
System Red Green Blue C M Y K H S L
Decimal 209 139 171 0 0.33 0.18 0.18 332.57 0.43 0.68
Hex D1 8B AB 0 21 12 12 14D 2B 44
Octal 321 213 253 0 41 22 22 515 53 104
Binary 11010001 10001011 10101011 0 100001 10010 10010 101001101 101011 1000100

Color Harmonies of #D18BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18BAB

Black with #D18BAB

Text Example


Text Example

White with #D18BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18BAB; }

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

 H1.HeaderClassName
 {
   color: #D18BAB;
 }
 .AnyTagClassName
 {
   color: #D18BAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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