#DC8CA7

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

Shades of Kobi #DC8CA7

Tints of Kobi #DC8CA7

Color information

#DC8CA7 (or 0xDC8CA7) is unknown color: approx Kobi. HEX triplet: DC, 8C and A7. RGB value is (220,140,167). Sum of RGB (Red+Green+Blue) = 220+140+167=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 140 (55.08% from 255 or 26.57% from 527); Blue value is 167 (65.62% from 255 or 31.69% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8CA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8CA7 is #237358. Grayscale: #A6A6A6. Windows color (decimal): -2323289 or 10980572. OLE color: 10980572.

HSL color Cylindrical-coordinate representation of color #DC8CA7: hue angle of 339.75º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DC8CA7 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB220140167-
CMYK00.360.240.14
HSL339.75º53.33%70.59%-
HSV(B)339.75º36.36%86.27%-
XYZ45.8736.7641.24-
YUV167128165.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.75%
GREEN value IS 140 (55.08% from 255) = 26.57%
BLUE value IS 167 (65.62% from 255) = 31.69%
R=41.75%
G=26.57%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014016700.360.240.14339.7553.3370.59
HexDC8CA702418E1543547
Octal334214247044301652465107
Binary11011100100011001010011101001001100011101010101001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8CA7; }

 p { color: rgb(220,140,167); }

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

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

 a { background-color: rgb(220,140,167); }

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

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

 span { border-color: rgb(220,140,167); }

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