#DC95A9

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

Shades of Kobi #DC95A9

Tints of Kobi #DC95A9

Color information

#DC95A9 (or 0xDC95A9) is unknown color: approx Kobi. HEX triplet: DC, 95 and A9. RGB value is (220,149,169). Sum of RGB (Red+Green+Blue) = 220+149+169=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 149 (58.59% from 255 or 27.70% from 538); Blue value is 169 (66.41% from 255 or 31.41% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DC95A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC95A9 is #236A56. Grayscale: #ACACAC. Windows color (decimal): -2320983 or 11113948. OLE color: 11113948.

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

Color convert

RGB220149169-
CMYK00.320.230.14
HSL343.1º50.35%72.35%-
HSV(B)343.1º32.27%86.27%-
XYZ47.4239.5842.68-
YUV172.51126.02161.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.89%
GREEN value IS 149 (58.59% from 255) = 27.70%
BLUE value IS 169 (66.41% from 255) = 31.41%
R=40.89%
G=27.70%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014916900.320.230.14343.150.3572.35
HexDC95A902017E1573248
Octal334225251040271652762110
Binary11011100100101011010100101000001011111101010101111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC95A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC95A9; }

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

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

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

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

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

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

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

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