#DC8699

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

Shades of Carissma #DC8699

Tints of Carissma #DC8699

Color information

#DC8699 (or 0xDC8699) is unknown color: approx Carissma. HEX triplet: DC, 86 and 99. RGB value is (220,134,153). Sum of RGB (Red+Green+Blue) = 220+134+153=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 134 (52.73% from 255 or 26.43% from 507); Blue value is 153 (60.16% from 255 or 30.18% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8699 is #237966. Grayscale: #A1A1A1. Windows color (decimal): -2324839 or 10061532. OLE color: 10061532.

HSL color Cylindrical-coordinate representation of color #DC8699: hue angle of 346.74º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC8699 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB220134153-
CMYK00.390.300.14
HSL346.74º55.13%69.41%-
HSV(B)346.74º39.09%86.27%-
XYZ43.7934.5734.5-
YUV161.88122.99169.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.39%
GREEN value IS 134 (52.73% from 255) = 26.43%
BLUE value IS 153 (60.16% from 255) = 30.18%
R=43.39%
G=26.43%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013415300.390.300.14346.7455.1369.41
HexDC86990271EE15b3745
Octal334206231047361653367105
Binary11011100100001101001100101001111111011101010110111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8699; }

 p { color: rgb(220,134,153); }

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

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

 a { background-color: rgb(220,134,153); }

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

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

 span { border-color: rgb(220,134,153); }

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