#D5A2B6

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

Shades of Kobi #D5A2B6

Tints of Kobi #D5A2B6

Color information

#D5A2B6 (or 0xD5A2B6) is unknown color: approx Kobi. HEX triplet: D5, A2 and B6. RGB value is (213,162,182). Sum of RGB (Red+Green+Blue) = 213+162+182=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 162 (63.67% from 255 or 29.08% from 557); Blue value is 182 (71.48% from 255 or 32.68% from 557); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A2B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A2B6 is #2A5D49. Grayscale: #B3B3B3. Windows color (decimal): -2776394 or 11969237. OLE color: 11969237.

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

Color convert

RGB213162182-
CMYK00.240.150.16
HSL336.47º37.78%73.53%-
HSV(B)336.47º23.94%83.53%-
XYZ48.843.3650.05-
YUV179.53129.4151.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.24%
GREEN value IS 162 (63.67% from 255) = 29.08%
BLUE value IS 182 (71.48% from 255) = 32.68%
R=38.24%
G=29.08%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316218200.240.150.16336.4737.7873.53
HexD5A2B6018F10150264a
Octal325242266030172052046112
Binary1101010110100010101101100110001111100001010100001001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A2B6; }

 p { color: rgb(213,162,182); }

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

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

 a { background-color: rgb(213,162,182); }

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

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

 span { border-color: rgb(213,162,182); }

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