#D6A3B3

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

Shades of Kobi #D6A3B3

Tints of Kobi #D6A3B3

Color information

#D6A3B3 (or 0xD6A3B3) is unknown color: approx Kobi. HEX triplet: D6, A3 and B3. RGB value is (214,163,179). Sum of RGB (Red+Green+Blue) = 214+163+179=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 163 (64.06% from 255 or 29.32% from 556); Blue value is 179 (70.31% from 255 or 32.19% from 556); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A3B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A3B3 is #295C4C. Grayscale: #B4B4B4. Windows color (decimal): -2710605 or 11772886. OLE color: 11772886.

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

Color convert

RGB214163179-
CMYK00.240.160.16
HSL341.18º38.35%73.92%-
HSV(B)341.18º23.83%83.92%-
XYZ48.9743.7548.51-
YUV180.07127.4152.2-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.49%
GREEN value IS 163 (64.06% from 255) = 29.32%
BLUE value IS 179 (70.31% from 255) = 32.19%
R=38.49%
G=29.32%
B=32.19%

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
Decimal21416317900.240.160.16341.1838.3573.92
HexD6A3B30181010155264a
Octal326243263030202052546112
Binary11010110101000111011001101100010000100001010101011001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A3B3; }

 p { color: rgb(214,163,179); }

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

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

 a { background-color: rgb(214,163,179); }

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

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

 span { border-color: rgb(214,163,179); }

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