#D9828C

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

Shades of Carissma #D9828C

Tints of Carissma #D9828C

Color information

#D9828C (or 0xD9828C) is unknown color: approx Carissma. HEX triplet: D9, 82 and 8C. RGB value is (217,130,140). Sum of RGB (Red+Green+Blue) = 217+130+140=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 140 (55.08% from 255 or 28.75% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D9828C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9828C is #267D73. Grayscale: #9D9D9D. Windows color (decimal): -2522484 or 9208537. OLE color: 9208537.

HSL color Cylindrical-coordinate representation of color #D9828C: hue angle of 353.1º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D9828C is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB217130140-
CMYK00.400.350.15
HSL353.1º53.37%68.04%-
HSV(B)353.1º40.09%85.1%-
XYZ41.3332.6128.93-
YUV157.15118.32170.69-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.56%
GREEN value IS 130 (51.17% from 255) = 26.69%
BLUE value IS 140 (55.08% from 255) = 28.75%
R=44.56%
G=26.69%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713014000.400.350.15353.153.3768.04
HexD9828C02823F1613544
Octal331202214050431754165104
Binary110110011000001010001100010100010001111111011000011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9828C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9828C; }

 p { color: rgb(217,130,140); }

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

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

 a { background-color: rgb(217,130,140); }

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

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

 span { border-color: rgb(217,130,140); }

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