#DC8291

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

Shades of Carissma #DC8291

Tints of Carissma #DC8291

Color information

#DC8291 (or 0xDC8291) is unknown color: approx Carissma. HEX triplet: DC, 82 and 91. RGB value is (220,130,145). Sum of RGB (Red+Green+Blue) = 220+130+145=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 145 (57.03% from 255 or 29.29% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8291 is #237D6E. Grayscale: #9E9E9E. Windows color (decimal): -2325871 or 9536220. OLE color: 9536220.

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

Color convert

RGB220130145-
CMYK00.410.340.14
HSL350º56.25%68.63%-
HSV(B)350º40.91%86.27%-
XYZ42.6133.2330.96-
YUV158.62120.32171.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.44%
GREEN value IS 130 (51.17% from 255) = 26.26%
BLUE value IS 145 (57.03% from 255) = 29.29%
R=44.44%
G=26.26%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013014500.410.340.1435056.2568.63
HexDC829102922E15e3845
Octal334202221051421653670105
Binary110111001000001010010001010100110001011101010111101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8291; }

 p { color: rgb(220,130,145); }

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

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

 a { background-color: rgb(220,130,145); }

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

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

 span { border-color: rgb(220,130,145); }

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