Html Css Color HEX #D49AB2 Kobi

📋 copy color: '#D49AB2'

red 212 ◦ green 154 ◦ blue 178

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

Shades of Kobi #D49AB2

Tints of Kobi #D49AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.72%

R = 38.97%
G = 28.31%
B = 32.72%

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

#D49AB2 (or 0xD49AB2) is known color: Kobi. HEX triplet: D4, 9A and B2. RGB value is (212,154,178). Sum of RGB (Red+Green+Blue) = 212+154+178=544 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.97% from 544); Green value is 154 (60.55% from 255 or 28.31% from 544); Blue value is 178 (69.92% from 255 or 32.72% from 544); Max value from RGB is 212 - color contains mainly: red. Hex color #D49AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49AB2 is #2B654D. Grayscale: #AEAEAE. Windows color (decimal): -2843982 or 11705044. OLE color: 11705044.

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

Color convert

RGB 212 154 178 -
CMYK 0 0.27 0.16 0.17
HSL 335.17º 0.4% 0.72% -
HSV(B) 335.17º 0.27% 0.83% -
XYZ 46.74 40.32 47.44 -
YUV 174.08 130.22 155.05 -
System Red Green Blue C M Y K H S L
Decimal 212 154 178 0 0.27 0.16 0.17 335.17 0.4 0.72
Hex D4 9A B2 0 1B 10 11 14F 28 48
Octal 324 232 262 0 33 20 21 517 50 110
Binary 11010100 10011010 10110010 0 11011 10000 10001 101001111 101000 1001000

Color Harmonies of #D49AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49AB2

Black with #D49AB2

Text Example


Text Example

White with #D49AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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