#DC9AB2

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

Shades of Kobi #DC9AB2

Tints of Kobi #DC9AB2

Color information

#DC9AB2 (or 0xDC9AB2) is unknown color: approx Kobi. HEX triplet: DC, 9A and B2. RGB value is (220,154,178). Sum of RGB (Red+Green+Blue) = 220+154+178=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 154 (60.55% from 255 or 27.90% from 552); Blue value is 178 (69.92% from 255 or 32.25% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9AB2 is #23654D. Grayscale: #B0B0B0. Windows color (decimal): -2319694 or 11705052. OLE color: 11705052.

HSL color Cylindrical-coordinate representation of color #DC9AB2: hue angle of 338.18º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC9AB2 is Cyan = 0, Magento = 0.3, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB220154178-
CMYK00.30.190.14
HSL338.18º48.53%73.33%-
HSV(B)338.18º30%86.27%-
XYZ49.1141.5447.55-
YUV176.47128.87159.05-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.86%
GREEN value IS 154 (60.55% from 255) = 27.90%
BLUE value IS 178 (69.92% from 255) = 32.25%
R=39.86%
G=27.90%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015417800.30.190.14338.1848.5373.33
HexDC9AB201E13E1523149
Octal334232262036231652261111
Binary1101110010011010101100100111101001111101010100101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9AB2; }

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

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

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

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

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

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

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

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