#DCA2B2

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

Shades of Kobi #DCA2B2

Tints of Kobi #DCA2B2

Color information

#DCA2B2 (or 0xDCA2B2) is unknown color: approx Kobi. HEX triplet: DC, A2 and B2. RGB value is (220,162,178). Sum of RGB (Red+Green+Blue) = 220+162+178=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 162 (63.67% from 255 or 28.93% from 560); Blue value is 178 (69.92% from 255 or 31.79% from 560); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA2B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA2B2 is #235D4D. Grayscale: #B5B5B5. Windows color (decimal): -2317646 or 11707100. OLE color: 11707100.

HSL color Cylindrical-coordinate representation of color #DCA2B2: hue angle of 343.45º 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 #DCA2B2 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB220162178-
CMYK00.260.190.14
HSL343.45º45.31%74.9%-
HSV(B)343.45º26.36%86.27%-
XYZ50.4744.2748-
YUV181.17126.22155.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.29%
GREEN value IS 162 (63.67% from 255) = 28.93%
BLUE value IS 178 (69.92% from 255) = 31.79%
R=39.29%
G=28.93%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016217800.260.190.14343.4545.3174.9
HexDCA2B201A13E1572d4b
Octal334242262032231652755113
Binary1101110010100010101100100110101001111101010101111011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA2B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA2B2; }

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

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

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

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

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

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

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

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