#DC8492

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

Shades of Carissma #DC8492

Tints of Carissma #DC8492

Color information

#DC8492 (or 0xDC8492) is unknown color: approx Carissma. HEX triplet: DC, 84 and 92. RGB value is (220,132,146). Sum of RGB (Red+Green+Blue) = 220+132+146=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 132 (51.95% from 255 or 26.51% from 498); Blue value is 146 (57.42% from 255 or 29.32% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8492 is #237B6D. Grayscale: #9F9F9F. Windows color (decimal): -2325358 or 9602268. OLE color: 9602268.

HSL color Cylindrical-coordinate representation of color #DC8492: hue angle of 350.45º 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 #DC8492 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB220132146-
CMYK00.400.340.14
HSL350.45º55.7%69.02%-
HSV(B)350.45º40%86.27%-
XYZ42.9533.7931.45-
YUV159.91120.15170.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.18%
GREEN value IS 132 (51.95% from 255) = 26.51%
BLUE value IS 146 (57.42% from 255) = 29.32%
R=44.18%
G=26.51%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013214600.400.340.14350.4555.769.02
HexDC849202822E15e3845
Octal334204222050421653670105
Binary110111001000010010010010010100010001011101010111101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8492; }

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

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

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

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

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

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

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

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