#DC9CB1

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

Shades of Kobi #DC9CB1

Tints of Kobi #DC9CB1

Color information

#DC9CB1 (or 0xDC9CB1) is unknown color: approx Kobi. HEX triplet: DC, 9C and B1. RGB value is (220,156,177). Sum of RGB (Red+Green+Blue) = 220+156+177=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 156 (61.33% from 255 or 28.21% from 553); Blue value is 177 (69.53% from 255 or 32.01% from 553); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9CB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9CB1 is #23634E. Grayscale: #B1B1B1. Windows color (decimal): -2319183 or 11640028. OLE color: 11640028.

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

Color convert

RGB220156177-
CMYK00.290.200.14
HSL340.31º47.76%73.73%-
HSV(B)340.31º29.09%86.27%-
XYZ49.3442.1747.13-
YUV177.53127.7158.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.78%
GREEN value IS 156 (61.33% from 255) = 28.21%
BLUE value IS 177 (69.53% from 255) = 32.01%
R=39.78%
G=28.21%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015617700.290.200.14340.3147.7673.73
HexDC9CB101D14E154304a
Octal334234261035241652460112
Binary1101110010011100101100010111011010011101010101001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9CB1; }

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

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

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

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

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

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

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

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