#DC8AB0

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

Shades of Kobi #DC8AB0

Tints of Kobi #DC8AB0

Color information

#DC8AB0 (or 0xDC8AB0) is unknown color: approx Kobi. HEX triplet: DC, 8A and B0. RGB value is (220,138,176). Sum of RGB (Red+Green+Blue) = 220+138+176=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 138 (54.30% from 255 or 25.84% from 534); Blue value is 176 (69.14% from 255 or 32.96% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8AB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8AB0 is #23754F. Grayscale: #A6A6A6. Windows color (decimal): -2323792 or 11569884. OLE color: 11569884.

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

Color convert

RGB220138176-
CMYK00.370.20.14
HSL332.2º53.95%70.2%-
HSV(B)332.2º37.27%86.27%-
XYZ46.4436.5345.68-
YUV166.85133.17165.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.20%
GREEN value IS 138 (54.30% from 255) = 25.84%
BLUE value IS 176 (69.14% from 255) = 32.96%
R=41.20%
G=25.84%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.2
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013817600.370.20.14332.253.9570.2
HexDC8AB002514E14c3646
Octal334212260045241651466106
Binary11011100100010101011000001001011010011101010011001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8AB0; }

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

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

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

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

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

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

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

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