#D5A1B1

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

Shades of Kobi #D5A1B1

Tints of Kobi #D5A1B1

Color information

#D5A1B1 (or 0xD5A1B1) is unknown color: approx Kobi. HEX triplet: D5, A1 and B1. RGB value is (213,161,177). Sum of RGB (Red+Green+Blue) = 213+161+177=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 161 (63.28% from 255 or 29.22% from 551); Blue value is 177 (69.53% from 255 or 32.12% from 551); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A1B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A1B1 is #2A5E4E. Grayscale: #B2B2B2. Windows color (decimal): -2776655 or 11641301. OLE color: 11641301.

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

Color convert

RGB213161177-
CMYK00.240.170.16
HSL341.54º38.24%73.33%-
HSV(B)341.54º24.41%83.53%-
XYZ48.1242.8147.32-
YUV178.37127.23152.7-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.66%
GREEN value IS 161 (63.28% from 255) = 29.22%
BLUE value IS 177 (69.53% from 255) = 32.12%
R=38.66%
G=29.22%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316117700.240.170.16341.5438.2473.33
HexD5A1B101811101562649
Octal325241261030212052646111
Binary11010101101000011011000101100010001100001010101101001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A1B1; }

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

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

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

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

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

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

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

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