#DC95AD

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

Shades of Kobi #DC95AD

Tints of Kobi #DC95AD

Color information

#DC95AD (or 0xDC95AD) is unknown color: approx Kobi. HEX triplet: DC, 95 and AD. RGB value is (220,149,173). Sum of RGB (Red+Green+Blue) = 220+149+173=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 149 (58.59% from 255 or 27.49% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DC95AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC95AD is #236A52. Grayscale: #ACACAC. Windows color (decimal): -2320979 or 11376092. OLE color: 11376092.

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

Color convert

RGB220149173-
CMYK00.320.210.14
HSL339.72º50.35%72.35%-
HSV(B)339.72º32.27%86.27%-
XYZ47.8139.7344.68-
YUV172.96128.02161.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.59%
GREEN value IS 149 (58.59% from 255) = 27.49%
BLUE value IS 173 (67.97% from 255) = 31.92%
R=40.59%
G=27.49%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014917300.320.210.14339.7250.3572.35
HexDC95AD02015E1543248
Octal334225255040251652462110
Binary11011100100101011010110101000001010111101010101001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC95AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC95AD; }

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

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

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

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

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

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

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

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