Html Css Color HEX #D49BB0 Kobi

📋 copy color: '#D49BB0'

red 212 ◦ green 155 ◦ blue 176

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

Shades of Kobi #D49BB0

Tints of Kobi #D49BB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.41%

R = 39.04%
G = 28.55%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D49BB0 (or 0xD49BB0) is known color: Kobi. HEX triplet: D4, 9B and B0. RGB value is (212,155,176). Sum of RGB (Red+Green+Blue) = 212+155+176=543 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.04% from 543); Green value is 155 (60.94% from 255 or 28.55% from 543); Blue value is 176 (69.14% from 255 or 32.41% from 543); Max value from RGB is 212 - color contains mainly: red. Hex color #D49BB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49BB0 is #2B644F. Grayscale: #AEAEAE. Windows color (decimal): -2843728 or 11574228. OLE color: 11574228.

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

Color convert

RGB 212 155 176 -
CMYK 0 0.27 0.17 0.17
HSL 337.89º 0.4% 0.72% -
HSV(B) 337.89º 0.27% 0.83% -
XYZ 46.71 40.57 46.44 -
YUV 174.44 128.88 154.79 -
System Red Green Blue C M Y K H S L
Decimal 212 155 176 0 0.27 0.17 0.17 337.89 0.4 0.72
Hex D4 9B B0 0 1B 11 11 152 28 48
Octal 324 233 260 0 33 21 21 522 50 110
Binary 11010100 10011011 10110000 0 11011 10001 10001 101010010 101000 1001000

Color Harmonies of #D49BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49BB0

Black with #D49BB0

Text Example


Text Example

White with #D49BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49BB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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