#DC8485

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

Shades of Carissma #DC8485

Tints of Carissma #DC8485

Color information

#DC8485 (or 0xDC8485) is unknown color: approx Carissma. HEX triplet: DC, 84 and 85. RGB value is (220,132,133). Sum of RGB (Red+Green+Blue) = 220+132+133=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8485 is #237B7A. Grayscale: #9E9E9E. Windows color (decimal): -2325371 or 8750300. OLE color: 8750300.

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

Color convert

RGB220132133-
CMYK00.400.400.14
HSL359.32º55.7%69.02%-
HSV(B)359.32º40%86.27%-
XYZ4233.4126.43-
YUV158.43113.65171.92-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.36%
GREEN value IS 132 (51.95% from 255) = 27.22%
BLUE value IS 133 (52.34% from 255) = 27.42%
R=45.36%
G=27.22%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013213300.400.400.14359.3255.769.02
HexDC848502828E1673845
Octal334204205050501654770105
Binary110111001000010010000101010100010100011101011001111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8485; }

 p { color: rgb(220,132,133); }

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

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

 a { background-color: rgb(220,132,133); }

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

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

 span { border-color: rgb(220,132,133); }

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