#DC92AE

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

Shades of Kobi #DC92AE

Tints of Kobi #DC92AE

Color information

#DC92AE (or 0xDC92AE) is unknown color: approx Kobi. HEX triplet: DC, 92 and AE. RGB value is (220,146,174). Sum of RGB (Red+Green+Blue) = 220+146+174=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 146 (57.42% from 255 or 27.04% from 540); Blue value is 174 (68.36% from 255 or 32.22% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DC92AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC92AE is #236D51. Grayscale: #ABABAB. Windows color (decimal): -2321746 or 11440860. OLE color: 11440860.

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

Color convert

RGB220146174-
CMYK00.340.210.14
HSL337.3º51.39%71.76%-
HSV(B)337.3º33.64%86.27%-
XYZ47.4338.8345.04-
YUV171.32129.52162.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.74%
GREEN value IS 146 (57.42% from 255) = 27.04%
BLUE value IS 174 (68.36% from 255) = 32.22%
R=40.74%
G=27.04%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014617400.340.210.14337.351.3971.76
HexDC92AE02215E1513348
Octal334222256042251652163110
Binary11011100100100101010111001000101010111101010100011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC92AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC92AE; }

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

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

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

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

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

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

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

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