#D6A1B2

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

Shades of Kobi #D6A1B2

Tints of Kobi #D6A1B2

Color information

#D6A1B2 (or 0xD6A1B2) is unknown color: approx Kobi. HEX triplet: D6, A1 and B2. RGB value is (214,161,178). Sum of RGB (Red+Green+Blue) = 214+161+178=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 161 (63.28% from 255 or 29.11% from 553); Blue value is 178 (69.92% from 255 or 32.19% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A1B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A1B2 is #295E4D. Grayscale: #B2B2B2. Windows color (decimal): -2711118 or 11706838. OLE color: 11706838.

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

Color convert

RGB214161178-
CMYK00.250.170.16
HSL340.75º39.26%73.53%-
HSV(B)340.75º24.77%83.92%-
XYZ48.514347.86-
YUV178.78127.56153.12-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.70%
GREEN value IS 161 (63.28% from 255) = 29.11%
BLUE value IS 178 (69.92% from 255) = 32.19%
R=38.70%
G=29.11%
B=32.19%

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
Decimal21416117800.250.170.16340.7539.2673.53
HexD6A1B20191110155274a
Octal326241262031212052547112
Binary11010110101000011011001001100110001100001010101011001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A1B2; }

 p { color: rgb(214,161,178); }

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

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

 a { background-color: rgb(214,161,178); }

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

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

 span { border-color: rgb(214,161,178); }

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