#DC95A5

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

Shades of Kobi #DC95A5

Tints of Kobi #DC95A5

Color information

#DC95A5 (or 0xDC95A5) is unknown color: approx Kobi. HEX triplet: DC, 95 and A5. RGB value is (220,149,165). Sum of RGB (Red+Green+Blue) = 220+149+165=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 165 (64.84% from 255 or 30.90% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DC95A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC95A5 is #236A5A. Grayscale: #ACACAC. Windows color (decimal): -2320987 or 10851804. OLE color: 10851804.

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

Color convert

RGB220149165-
CMYK00.320.250.14
HSL346.48º50.35%72.35%-
HSV(B)346.48º32.27%86.27%-
XYZ47.0539.4340.73-
YUV172.05124.02162.2-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.20%
GREEN value IS 149 (58.59% from 255) = 27.90%
BLUE value IS 165 (64.84% from 255) = 30.90%
R=41.20%
G=27.90%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014916500.320.250.14346.4850.3572.35
HexDC95A502019E15a3248
Octal334225245040311653262110
Binary11011100100101011010010101000001100111101010110101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC95A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC95A5; }

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

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

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

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

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

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

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

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