#D0A0B1

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

Shades of Kobi #D0A0B1

Tints of Kobi #D0A0B1

Color information

#D0A0B1 (or 0xD0A0B1) is unknown color: approx Kobi. HEX triplet: D0, A0 and B1. RGB value is (208,160,177). Sum of RGB (Red+Green+Blue) = 208+160+177=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 160 (62.89% from 255 or 29.36% from 545); Blue value is 177 (69.53% from 255 or 32.48% from 545); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A0B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A0B1 is #2F5F4E. Grayscale: #B0B0B0. Windows color (decimal): -3104591 or 11641040. OLE color: 11641040.

HSL color Cylindrical-coordinate representation of color #D0A0B1: hue angle of 338.75º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0A0B1 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB208160177-
CMYK00.230.150.18
HSL338.75º33.8%72.16%-
HSV(B)338.75º23.08%81.57%-
XYZ46.5241.7347.2-
YUV176.29128.4150.62-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.17%
GREEN value IS 160 (62.89% from 255) = 29.36%
BLUE value IS 177 (69.53% from 255) = 32.48%
R=38.17%
G=29.36%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816017700.230.150.18338.7533.872.16
HexD0A0B1017F121532248
Octal320240261027172252342110
Binary1101000010100000101100010101111111100101010100111000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A0B1; }

 p { color: rgb(208,160,177); }

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

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

 a { background-color: rgb(208,160,177); }

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

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

 span { border-color: rgb(208,160,177); }

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