#dc8199

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

Shades of Carissma #DC8199

Tints of Carissma #DC8199

Color information

#DC8199 (or 0xDC8199) is unknown color: approx Carissma. HEX triplet: DC, 81 and 99. RGB value is (220,129,153). Sum of RGB (Red+Green+Blue) = 220+129+153=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 129 (50.78% from 255 or 25.70% from 502); Blue value is 153 (60.16% from 255 or 30.48% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8199 is #237E66. Grayscale: #9E9E9E. Windows color (decimal): -2326119 or 10060252. OLE color: 10060252.

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

Color convert

RGB220129153-
CMYK00.410.300.14
HSL344.18º56.52%68.43%-
HSV(B)344.18º41.36%86.27%-
XYZ43.1233.2234.28-
YUV158.94124.65171.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.82%
GREEN value IS 129 (50.78% from 255) = 25.70%
BLUE value IS 153 (60.16% from 255) = 30.48%
R=43.82%
G=25.70%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012915300.410.300.14344.1856.5268.43
HexDC81990291EE1583944
Octal334201231051361653071104
Binary11011100100000011001100101010011111011101010110001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc8199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc8199; }

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

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

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

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

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

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

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

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