#DC8AAB

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

Shades of Kobi #DC8AAB

Tints of Kobi #DC8AAB

Color information

#DC8AAB (or 0xDC8AAB) is unknown color: approx Kobi. HEX triplet: DC, 8A and AB. RGB value is (220,138,171). Sum of RGB (Red+Green+Blue) = 220+138+171=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 138 (54.30% from 255 or 26.09% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8AAB is #237554. Grayscale: #A6A6A6. Windows color (decimal): -2323797 or 11242204. OLE color: 11242204.

HSL color Cylindrical-coordinate representation of color #DC8AAB: hue angle of 335.85º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC8AAB is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB220138171-
CMYK00.370.220.14
HSL335.85º53.95%70.2%-
HSV(B)335.85º37.27%86.27%-
XYZ45.9536.3343.12-
YUV166.28130.67166.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.59%
GREEN value IS 138 (54.30% from 255) = 26.09%
BLUE value IS 171 (67.19% from 255) = 32.33%
R=41.59%
G=26.09%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013817100.370.220.14335.8553.9570.2
HexDC8AAB02516E1503646
Octal334212253045261652066106
Binary11011100100010101010101101001011011011101010100001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8AAB; }

 p { color: rgb(220,138,171); }

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

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

 a { background-color: rgb(220,138,171); }

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

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

 span { border-color: rgb(220,138,171); }

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