#D4A3B1

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

Shades of Kobi #D4A3B1

Tints of Kobi #D4A3B1

Color information

#D4A3B1 (or 0xD4A3B1) is unknown color: approx Kobi. HEX triplet: D4, A3 and B1. RGB value is (212,163,177). Sum of RGB (Red+Green+Blue) = 212+163+177=552 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.41% from 552); Green value is 163 (64.06% from 255 or 29.53% from 552); Blue value is 177 (69.53% from 255 or 32.07% from 552); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A3B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A3B1 is #2B5C4E. Grayscale: #B3B3B3. Windows color (decimal): -2841679 or 11641812. OLE color: 11641812.

HSL color Cylindrical-coordinate representation of color #D4A3B1: hue angle of 342.86º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D4A3B1 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB212163177-
CMYK00.230.170.17
HSL342.86º36.3%73.53%-
HSV(B)342.86º23.11%83.14%-
XYZ48.1843.3747.43-
YUV179.25126.73151.36-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.41%
GREEN value IS 163 (64.06% from 255) = 29.53%
BLUE value IS 177 (69.53% from 255) = 32.07%
R=38.41%
G=29.53%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216317700.230.170.17342.8636.373.53
HexD4A3B10171111157244a
Octal324243261027212152744112
Binary11010100101000111011000101011110001100011010101111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A3B1; }

 p { color: rgb(212,163,177); }

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

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

 a { background-color: rgb(212,163,177); }

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

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

 span { border-color: rgb(212,163,177); }

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