#D88A8C

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

Shades of Carissma #D88A8C

Tints of Carissma #D88A8C

Color information

#D88A8C (or 0xD88A8C) is unknown color: approx Carissma. HEX triplet: D8, 8A and 8C. RGB value is (216,138,140). Sum of RGB (Red+Green+Blue) = 216+138+140=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 216 - color contains mainly: red. Hex color #D88A8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88A8C is #277573. Grayscale: #A1A1A1. Windows color (decimal): -2585972 or 9210584. OLE color: 9210584.

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

Color convert

RGB216138140-
CMYK00.360.350.15
HSL358.46º50%69.41%-
HSV(B)358.46º36.11%84.71%-
XYZ42.1434.6729.28-
YUV161.55115.84166.84-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.72%
GREEN value IS 138 (54.30% from 255) = 27.94%
BLUE value IS 140 (55.08% from 255) = 28.34%
R=43.72%
G=27.94%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613814000.360.350.15358.465069.41
HexD88A8C02423F1663245
Octal330212214044431754662105
Binary110110001000101010001100010010010001111111011001101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88A8C; }

 p { color: rgb(216,138,140); }

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

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

 a { background-color: rgb(216,138,140); }

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

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

 span { border-color: rgb(216,138,140); }

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