#D5A1B3

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

Shades of Kobi #D5A1B3

Tints of Kobi #D5A1B3

Color information

#D5A1B3 (or 0xD5A1B3) is unknown color: approx Kobi. HEX triplet: D5, A1 and B3. RGB value is (213,161,179). Sum of RGB (Red+Green+Blue) = 213+161+179=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 161 (63.28% from 255 or 29.11% from 553); Blue value is 179 (70.31% from 255 or 32.37% from 553); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A1B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A1B3 is #2A5E4C. Grayscale: #B2B2B2. Windows color (decimal): -2776653 or 11772373. OLE color: 11772373.

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

Color convert

RGB213161179-
CMYK00.240.160.16
HSL339.23º38.24%73.33%-
HSV(B)339.23º24.41%83.53%-
XYZ48.3242.8948.38-
YUV178.6128.23152.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.52%
GREEN value IS 161 (63.28% from 255) = 29.11%
BLUE value IS 179 (70.31% from 255) = 32.37%
R=38.52%
G=29.11%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316117900.240.160.16339.2338.2473.33
HexD5A1B301810101532649
Octal325241263030202052346111
Binary11010101101000011011001101100010000100001010100111001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A1B3; }

 p { color: rgb(213,161,179); }

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

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

 a { background-color: rgb(213,161,179); }

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

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

 span { border-color: rgb(213,161,179); }

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