Html Css Color HEX #D49AAC Kobi

📋 copy color: '#D49AAC'

red 212 ◦ green 154 ◦ blue 172

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

Shades of Kobi #D49AAC

Tints of Kobi #D49AAC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.62%

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

R = 39.41%
G = 28.62%
B = 31.97%

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

#D49AAC (or 0xD49AAC) is known color: Kobi. HEX triplet: D4, 9A and AC. RGB value is (212,154,172). Sum of RGB (Red+Green+Blue) = 212+154+172=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 154 (60.55% from 255 or 28.62% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 212 - color contains mainly: red. Hex color #D49AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49AAC is #2B6553. Grayscale: #ADADAD. Windows color (decimal): -2843988 or 11311828. OLE color: 11311828.

HSL color Cylindrical-coordinate representation of color #D49AAC: hue angle of 341.38º 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 #D49AAC is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 154 172 -
CMYK 0 0.27 0.19 0.17
HSL 341.38º 0.4% 0.72% -
HSV(B) 341.38º 0.27% 0.83% -
XYZ 46.15 40.09 44.33 -
YUV 173.39 127.22 155.54 -
System Red Green Blue C M Y K H S L
Decimal 212 154 172 0 0.27 0.19 0.17 341.38 0.4 0.72
Hex D4 9A AC 0 1B 13 11 155 28 48
Octal 324 232 254 0 33 23 21 525 50 110
Binary 11010100 10011010 10101100 0 11011 10011 10001 101010101 101000 1001000

Color Harmonies of #D49AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49AAC

Black with #D49AAC

Text Example


Text Example

White with #D49AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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