#DCA2B6

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

Shades of Kobi #DCA2B6

Tints of Kobi #DCA2B6

Color information

#DCA2B6 (or 0xDCA2B6) is unknown color: approx Kobi. HEX triplet: DC, A2 and B6. RGB value is (220,162,182). Sum of RGB (Red+Green+Blue) = 220+162+182=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 162 (63.67% from 255 or 28.72% from 564); Blue value is 182 (71.48% from 255 or 32.27% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA2B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA2B6 is #235D49. Grayscale: #B5B5B5. Windows color (decimal): -2317642 or 11969244. OLE color: 11969244.

HSL color Cylindrical-coordinate representation of color #DCA2B6: hue angle of 339.31º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCA2B6 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB220162182-
CMYK00.260.170.14
HSL339.31º45.31%74.9%-
HSV(B)339.31º26.36%86.27%-
XYZ50.8844.4350.15-
YUV181.62128.22155.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.01%
GREEN value IS 162 (63.67% from 255) = 28.72%
BLUE value IS 182 (71.48% from 255) = 32.27%
R=39.01%
G=28.72%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016218200.260.170.14339.3145.3174.9
HexDCA2B601A11E1532d4b
Octal334242266032211652355113
Binary1101110010100010101101100110101000111101010100111011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA2B6; }

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

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

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

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

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

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

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

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