#DF8C9A

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

Shades of Carissma #DF8C9A

Tints of Carissma #DF8C9A

Color information

#DF8C9A (or 0xDF8C9A) is unknown color: approx Carissma. HEX triplet: DF, 8C and 9A. RGB value is (223,140,154). Sum of RGB (Red+Green+Blue) = 223+140+154=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 140 (55.08% from 255 or 27.08% from 517); Blue value is 154 (60.55% from 255 or 29.79% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8C9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8C9A is #207365. Grayscale: #A6A6A6. Windows color (decimal): -2126694 or 10128607. OLE color: 10128607.

HSL color Cylindrical-coordinate representation of color #DF8C9A: hue angle of 349.88º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DF8C9A is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB223140154-
CMYK00.370.310.13
HSL349.88º56.46%71.18%-
HSV(B)349.88º37.22%87.45%-
XYZ45.6436.7835.26-
YUV166.41121168.36-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.13%
GREEN value IS 140 (55.08% from 255) = 27.08%
BLUE value IS 154 (60.55% from 255) = 29.79%
R=43.13%
G=27.08%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314015400.370.310.13349.8856.4671.18
HexDF8C9A0251FD15e3847
Octal337214232045371553670107
Binary11011111100011001001101001001011111111011010111101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8C9A; }

 p { color: rgb(223,140,154); }

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

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

 a { background-color: rgb(223,140,154); }

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

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

 span { border-color: rgb(223,140,154); }

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