Html Css Color HEX #D49BAC Kobi

📋 copy color: '#D49BAC'

red 212 ◦ green 155 ◦ blue 172

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

Shades of Kobi #D49BAC

Tints of Kobi #D49BAC

RGB

 RED value IS 212 (83.2% from 255) = 39.33%

 GREEN value IS 155 (60.94% from 255) = 28.76%

 BLUE value IS 172 (67.58% from 255) = 31.91%

R = 39.33%
G = 28.76%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D49BAC (or 0xD49BAC) is known color: Kobi. HEX triplet: D4, 9B and AC. RGB value is (212,155,172). Sum of RGB (Red+Green+Blue) = 212+155+172=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 155 (60.94% from 255 or 28.76% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 212 - color contains mainly: red. Hex color #D49BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49BAC is #2B6453. Grayscale: #ADADAD. Windows color (decimal): -2843732 or 11312084. OLE color: 11312084.

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

Color convert

RGB 212 155 172 -
CMYK 0 0.27 0.19 0.17
HSL 342.11º 0.4% 0.72% -
HSV(B) 342.11º 0.27% 0.83% -
XYZ 46.32 40.42 44.39 -
YUV 173.98 126.88 155.12 -
System Red Green Blue C M Y K H S L
Decimal 212 155 172 0 0.27 0.19 0.17 342.11 0.4 0.72
Hex D4 9B AC 0 1B 13 11 156 28 48
Octal 324 233 254 0 33 23 21 526 50 110
Binary 11010100 10011011 10101100 0 11011 10011 10001 101010110 101000 1001000

Color Harmonies of #D49BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49BAC

Black with #D49BAC

Text Example


Text Example

White with #D49BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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