#DC8CA3

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

Shades of Kobi #DC8CA3

Tints of Kobi #DC8CA3

Color information

#DC8CA3 (or 0xDC8CA3) is unknown color: approx Kobi. HEX triplet: DC, 8C and A3. RGB value is (220,140,163). Sum of RGB (Red+Green+Blue) = 220+140+163=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 140 (55.08% from 255 or 26.77% from 523); Blue value is 163 (64.06% from 255 or 31.17% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8CA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8CA3 is #23735C. Grayscale: #A6A6A6. Windows color (decimal): -2323293 or 10718428. OLE color: 10718428.

HSL color Cylindrical-coordinate representation of color #DC8CA3: hue angle of 342.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 #DC8CA3 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB220140163-
CMYK00.360.260.14
HSL342.75º53.33%70.59%-
HSV(B)342.75º36.36%86.27%-
XYZ45.536.6239.32-
YUV166.54126166.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.07%
GREEN value IS 140 (55.08% from 255) = 26.77%
BLUE value IS 163 (64.06% from 255) = 31.17%
R=42.07%
G=26.77%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014016300.360.260.14342.7553.3370.59
HexDC8CA30241AE1573547
Octal334214243044321652765107
Binary11011100100011001010001101001001101011101010101111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8CA3; }

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

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

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

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

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

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

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

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