Html Css Color HEX #D49BB5 Kobi

📋 copy color: '#D49BB5'

red 212 ◦ green 155 ◦ blue 181

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

Shades of Kobi #D49BB5

Tints of Kobi #D49BB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 33.03%

R = 38.69%
G = 28.28%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0.17

RGB Variations

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

Color information

#D49BB5 (or 0xD49BB5) is known color: Kobi. HEX triplet: D4, 9B and B5. RGB value is (212,155,181). Sum of RGB (Red+Green+Blue) = 212+155+181=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 155 (60.94% from 255 or 28.28% from 548); Blue value is 181 (71.09% from 255 or 33.03% from 548); Max value from RGB is 212 - color contains mainly: red. Hex color #D49BB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49BB5 is #2B644A. Grayscale: #AEAEAE. Windows color (decimal): -2843723 or 11901908. OLE color: 11901908.

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

Color convert

RGB 212 155 181 -
CMYK 0 0.27 0.15 0.17
HSL 332.63º 0.4% 0.72% -
HSV(B) 332.63º 0.27% 0.83% -
XYZ 47.21 40.78 49.1 -
YUV 175.01 131.38 154.39 -
System Red Green Blue C M Y K H S L
Decimal 212 155 181 0 0.27 0.15 0.17 332.63 0.4 0.72
Hex D4 9B B5 0 1B F 11 14D 28 48
Octal 324 233 265 0 33 17 21 515 50 110
Binary 11010100 10011011 10110101 0 11011 1111 10001 101001101 101000 1001000

Color Harmonies of #D49BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49BB5

Black with #D49BB5

Text Example


Text Example

White with #D49BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49BB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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