#DC95B0

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

Shades of Kobi #DC95B0

Tints of Kobi #DC95B0

Color information

#DC95B0 (or 0xDC95B0) is unknown color: approx Kobi. HEX triplet: DC, 95 and B0. RGB value is (220,149,176). Sum of RGB (Red+Green+Blue) = 220+149+176=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 149 (58.59% from 255 or 27.34% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DC95B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC95B0 is #236A4F. Grayscale: #ADADAD. Windows color (decimal): -2320976 or 11572700. OLE color: 11572700.

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

Color convert

RGB220149176-
CMYK00.320.20.14
HSL337.18º50.35%72.35%-
HSV(B)337.18º32.27%86.27%-
XYZ48.139.8546.23-
YUV173.31129.52161.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.37%
GREEN value IS 149 (58.59% from 255) = 27.34%
BLUE value IS 176 (69.14% from 255) = 32.29%
R=40.37%
G=27.34%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.2
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014917600.320.20.14337.1850.3572.35
HexDC95B002014E1513248
Octal334225260040241652162110
Binary11011100100101011011000001000001010011101010100011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC95B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC95B0; }

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

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

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

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

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

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

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

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