#D88589

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

Shades of Carissma #D88589

Tints of Carissma #D88589

Color information

#D88589 (or 0xD88589) is unknown color: approx Carissma. HEX triplet: D8, 85 and 89. RGB value is (216,133,137). Sum of RGB (Red+Green+Blue) = 216+133+137=486 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.44% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 137 (53.91% from 255 or 28.19% from 486); Max value from RGB is 216 - color contains mainly: red. Hex color #D88589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88589 is #277A76. Grayscale: #9E9E9E. Windows color (decimal): -2587255 or 9012696. OLE color: 9012696.

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

Color convert

RGB216133137-
CMYK00.380.370.15
HSL357.11º51.55%68.43%-
HSV(B)357.11º38.43%84.71%-
XYZ41.2233.1827.9-
YUV158.27116169.17-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.44%
GREEN value IS 133 (52.34% from 255) = 27.37%
BLUE value IS 137 (53.91% from 255) = 28.19%
R=44.44%
G=27.37%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613313700.380.370.15357.1151.5568.43
HexD8858902625F1653444
Octal330205211046451754564104
Binary110110001000010110001001010011010010111111011001011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88589; }

 p { color: rgb(216,133,137); }

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

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

 a { background-color: rgb(216,133,137); }

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

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

 span { border-color: rgb(216,133,137); }

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