Html Css Color HEX #D49AB3 Kobi

📋 copy color: '#D49AB3'

red 212 ◦ green 154 ◦ blue 179

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

Shades of Kobi #D49AB3

Tints of Kobi #D49AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 32.84%

R = 38.9%
G = 28.26%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.17

RGB Variations

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

Color information

#D49AB3 (or 0xD49AB3) is known color: Kobi. HEX triplet: D4, 9A and B3. RGB value is (212,154,179). Sum of RGB (Red+Green+Blue) = 212+154+179=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 154 (60.55% from 255 or 28.26% from 545); Blue value is 179 (70.31% from 255 or 32.84% from 545); Max value from RGB is 212 - color contains mainly: red. Hex color #D49AB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49AB3 is #2B654C. Grayscale: #AEAEAE. Windows color (decimal): -2843981 or 11770580. OLE color: 11770580.

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

Color convert

RGB 212 154 179 -
CMYK 0 0.27 0.16 0.17
HSL 334.14º 0.4% 0.72% -
HSV(B) 334.14º 0.27% 0.83% -
XYZ 46.84 40.36 47.97 -
YUV 174.19 130.72 154.97 -
System Red Green Blue C M Y K H S L
Decimal 212 154 179 0 0.27 0.16 0.17 334.14 0.4 0.72
Hex D4 9A B3 0 1B 10 11 14E 28 48
Octal 324 232 263 0 33 20 21 516 50 110
Binary 11010100 10011010 10110011 0 11011 10000 10001 101001110 101000 1001000

Color Harmonies of #D49AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49AB3

Black with #D49AB3

Text Example


Text Example

White with #D49AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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