Html Css Color HEX #D38BAB Kobi

📋 copy color: '#D38BAB'

red 211 ◦ green 139 ◦ blue 171

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

Shades of Kobi #D38BAB

Tints of Kobi #D38BAB

RGB

 RED value IS 211 (82.81% from 255) = 40.5%

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

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

R = 40.5%
G = 26.68%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D38BAB (or 0xD38BAB) is known color: Kobi. HEX triplet: D3, 8B and AB. RGB value is (211,139,171). Sum of RGB (Red+Green+Blue) = 211+139+171=521 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.50% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 211 - color contains mainly: red. Hex color #D38BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38BAB is #2C7454. Grayscale: #A4A4A4. Windows color (decimal): -2913365 or 11242451. OLE color: 11242451.

HSL color Cylindrical-coordinate representation of color #D38BAB: hue angle of 333.33º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D38BAB is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 139 171 -
CMYK 0 0.34 0.19 0.17
HSL 333.33º 0.45% 0.69% -
HSV(B) 333.33º 0.34% 0.83% -
XYZ 43.45 35.25 43.04 -
YUV 164.18 131.85 161.4 -
System Red Green Blue C M Y K H S L
Decimal 211 139 171 0 0.34 0.19 0.17 333.33 0.45 0.69
Hex D3 8B AB 0 22 13 11 14D 2D 45
Octal 323 213 253 0 42 23 21 515 55 105
Binary 11010011 10001011 10101011 0 100010 10011 10001 101001101 101101 1000101

Color Harmonies of #D38BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38BAB

Black with #D38BAB

Text Example


Text Example

White with #D38BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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