#DC95AC

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

Shades of Kobi #DC95AC

Tints of Kobi #DC95AC

Color information

#DC95AC (or 0xDC95AC) is unknown color: approx Kobi. HEX triplet: DC, 95 and AC. RGB value is (220,149,172). Sum of RGB (Red+Green+Blue) = 220+149+172=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 149 (58.59% from 255 or 27.54% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DC95AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC95AC is #236A53. Grayscale: #ACACAC. Windows color (decimal): -2320980 or 11310556. OLE color: 11310556.

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

Color convert

RGB220149172-
CMYK00.320.220.14
HSL340.56º50.35%72.35%-
HSV(B)340.56º32.27%86.27%-
XYZ47.7139.6944.18-
YUV172.85127.52161.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.67%
GREEN value IS 149 (58.59% from 255) = 27.54%
BLUE value IS 172 (67.58% from 255) = 31.79%
R=40.67%
G=27.54%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014917200.320.220.14340.5650.3572.35
HexDC95AC02016E1553248
Octal334225254040261652562110
Binary11011100100101011010110001000001011011101010101011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC95AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC95AC; }

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

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

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

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

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

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

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

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