#D5A0B1

Color #D5A0B1 Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #D5A0B1

Tints of Kobi #D5A0B1

Color information

#D5A0B1 (or 0xD5A0B1) is unknown color: approx Kobi. HEX triplet: D5, A0 and B1. RGB value is (213,160,177). Sum of RGB (Red+Green+Blue) = 213+160+177=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 160 (62.89% from 255 or 29.09% from 550); Blue value is 177 (69.53% from 255 or 32.18% from 550); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A0B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A0B1 is #2A5F4E. Grayscale: #B1B1B1. Windows color (decimal): -2776911 or 11641045. OLE color: 11641045.

HSL color Cylindrical-coordinate representation of color #D5A0B1: hue angle of 340.75º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5A0B1 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB213160177-
CMYK00.250.170.16
HSL340.75º38.69%73.14%-
HSV(B)340.75º24.88%83.53%-
XYZ47.9542.4647.26-
YUV177.78127.56153.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.73%
GREEN value IS 160 (62.89% from 255) = 29.09%
BLUE value IS 177 (69.53% from 255) = 32.18%
R=38.73%
G=29.09%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316017700.250.170.16340.7538.6973.14
HexD5A0B101911101552749
Octal325240261031212052547111
Binary11010101101000001011000101100110001100001010101011001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A0B1; }

 p { color: rgb(213,160,177); }

 H1.HeaderClassName
 {
   color: #D5A0B1;
 }
 .AnyTagClassName
 {
   color: #D5A0B1;
 }
</style>
background-color css

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

 a { background-color: rgb(213,160,177); }

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

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

 span { border-color: rgb(213,160,177); }

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