#DC9CB0

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

Shades of Kobi #DC9CB0

Tints of Kobi #DC9CB0

Color information

#DC9CB0 (or 0xDC9CB0) is unknown color: approx Kobi. HEX triplet: DC, 9C and B0. RGB value is (220,156,176). Sum of RGB (Red+Green+Blue) = 220+156+176=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 156 (61.33% from 255 or 28.26% from 552); Blue value is 176 (69.14% from 255 or 31.88% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9CB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9CB0 is #23634F. Grayscale: #B1B1B1. Windows color (decimal): -2319184 or 11574492. OLE color: 11574492.

HSL color Cylindrical-coordinate representation of color #DC9CB0: hue angle of 341.25º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DC9CB0 is Cyan = 0, Magento = 0.29, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB220156176-
CMYK00.290.20.14
HSL341.25º47.76%73.73%-
HSV(B)341.25º29.09%86.27%-
XYZ49.2442.1346.61-
YUV177.42127.2158.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.86%
GREEN value IS 156 (61.33% from 255) = 28.26%
BLUE value IS 176 (69.14% from 255) = 31.88%
R=39.86%
G=28.26%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.2
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015617600.290.20.14341.2547.7673.73
HexDC9CB001D14E155304a
Octal334234260035241652560112
Binary1101110010011100101100000111011010011101010101011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9CB0; }

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

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

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

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

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

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

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

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