#DB9CAC

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

Shades of Kobi #DB9CAC

Tints of Kobi #DB9CAC

Color information

#DB9CAC (or 0xDB9CAC) is unknown color: approx Kobi. HEX triplet: DB, 9C and AC. RGB value is (219,156,172). Sum of RGB (Red+Green+Blue) = 219+156+172=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 156 (61.33% from 255 or 28.52% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9CAC is #246353. Grayscale: #B0B0B0. Windows color (decimal): -2384724 or 11312347. OLE color: 11312347.

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

Color convert

RGB219156172-
CMYK00.290.210.14
HSL344.76º46.67%73.53%-
HSV(B)344.76º28.77%85.88%-
XYZ48.5541.8244.54-
YUV176.66125.37158.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.04%
GREEN value IS 156 (61.33% from 255) = 28.52%
BLUE value IS 172 (67.58% from 255) = 31.44%
R=40.04%
G=28.52%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915617200.290.210.14344.7646.6773.53
HexDB9CAC01D15E1592f4a
Octal333234254035251653157112
Binary1101101110011100101011000111011010111101010110011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9CAC; }

 p { color: rgb(219,156,172); }

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

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

 a { background-color: rgb(219,156,172); }

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

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

 span { border-color: rgb(219,156,172); }

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