#DC92AB

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

Shades of Kobi #DC92AB

Tints of Kobi #DC92AB

Color information

#DC92AB (or 0xDC92AB) is unknown color: approx Kobi. HEX triplet: DC, 92 and AB. RGB value is (220,146,171). Sum of RGB (Red+Green+Blue) = 220+146+171=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 146 (57.42% from 255 or 27.19% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DC92AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC92AB is #236D54. Grayscale: #AAAAAA. Windows color (decimal): -2321749 or 11244252. OLE color: 11244252.

HSL color Cylindrical-coordinate representation of color #DC92AB: hue angle of 339.73º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DC92AB is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB220146171-
CMYK00.340.220.14
HSL339.73º51.39%71.76%-
HSV(B)339.73º33.64%86.27%-
XYZ47.1438.7143.52-
YUV170.98128.02162.97-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.97%
GREEN value IS 146 (57.42% from 255) = 27.19%
BLUE value IS 171 (67.19% from 255) = 31.84%
R=40.97%
G=27.19%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014617100.340.220.14339.7351.3971.76
HexDC92AB02216E1543348
Octal334222253042261652463110
Binary11011100100100101010101101000101011011101010101001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC92AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC92AB; }

 p { color: rgb(220,146,171); }

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

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

 a { background-color: rgb(220,146,171); }

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

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

 span { border-color: rgb(220,146,171); }

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