#DC9CB3

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

Shades of Kobi #DC9CB3

Tints of Kobi #DC9CB3

Color information

#DC9CB3 (or 0xDC9CB3) is unknown color: approx Kobi. HEX triplet: DC, 9C and B3. RGB value is (220,156,179). Sum of RGB (Red+Green+Blue) = 220+156+179=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 156 (61.33% from 255 or 28.11% from 555); Blue value is 179 (70.31% from 255 or 32.25% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9CB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9CB3 is #23634C. Grayscale: #B1B1B1. Windows color (decimal): -2319181 or 11771100. OLE color: 11771100.

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

Color convert

RGB220156179-
CMYK00.290.190.14
HSL338.44º47.76%73.73%-
HSV(B)338.44º29.09%86.27%-
XYZ49.5442.2548.19-
YUV177.76128.7158.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.64%
GREEN value IS 156 (61.33% from 255) = 28.11%
BLUE value IS 179 (70.31% from 255) = 32.25%
R=39.64%
G=28.11%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015617900.290.190.14338.4447.7673.73
HexDC9CB301D13E152304a
Octal334234263035231652260112
Binary1101110010011100101100110111011001111101010100101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9CB3; }

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

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

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

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

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

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

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

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