#D9858A

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

Shades of Carissma #D9858A

Tints of Carissma #D9858A

Color information

#D9858A (or 0xD9858A) is unknown color: approx Carissma. HEX triplet: D9, 85 and 8A. RGB value is (217,133,138). Sum of RGB (Red+Green+Blue) = 217+133+138=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 217 - color contains mainly: red. Hex color #D9858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9858A is #267A75. Grayscale: #9E9E9E. Windows color (decimal): -2521718 or 9078233. OLE color: 9078233.

HSL color Cylindrical-coordinate representation of color #D9858A: hue angle of 356.43º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D9858A is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB217133138-
CMYK00.390.360.15
HSL356.43º52.5%68.63%-
HSV(B)356.43º38.71%85.1%-
XYZ41.5933.3628.29-
YUV158.69116.33169.59-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.47%
GREEN value IS 133 (52.34% from 255) = 27.25%
BLUE value IS 138 (54.30% from 255) = 28.28%
R=44.47%
G=27.25%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713313800.390.360.15356.4352.568.63
HexD9858A02724F1643445
Octal331205212047441754464105
Binary110110011000010110001010010011110010011111011001001101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9858A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9858A; }

 p { color: rgb(217,133,138); }

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

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

 a { background-color: rgb(217,133,138); }

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

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

 span { border-color: rgb(217,133,138); }

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