#DC92B0

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

Shades of Kobi #DC92B0

Tints of Kobi #DC92B0

Color information

#DC92B0 (or 0xDC92B0) is unknown color: approx Kobi. HEX triplet: DC, 92 and B0. RGB value is (220,146,176). Sum of RGB (Red+Green+Blue) = 220+146+176=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 146 (57.42% from 255 or 26.94% from 542); Blue value is 176 (69.14% from 255 or 32.47% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DC92B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC92B0 is #236D4F. Grayscale: #ABABAB. Windows color (decimal): -2321744 or 11571932. OLE color: 11571932.

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

Color convert

RGB220146176-
CMYK00.340.20.14
HSL335.68º51.39%71.76%-
HSV(B)335.68º33.64%86.27%-
XYZ47.6338.9146.07-
YUV171.55130.52162.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.59%
GREEN value IS 146 (57.42% from 255) = 26.94%
BLUE value IS 176 (69.14% from 255) = 32.47%
R=40.59%
G=26.94%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.2
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014617600.340.20.14335.6851.3971.76
HexDC92B002214E1503348
Octal334222260042241652063110
Binary11011100100100101011000001000101010011101010100001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC92B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC92B0; }

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

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

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

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

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

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

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

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