#D88689

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

Shades of Carissma #D88689

Tints of Carissma #D88689

Color information

#D88689 (or 0xD88689) is unknown color: approx Carissma. HEX triplet: D8, 86 and 89. RGB value is (216,134,137). Sum of RGB (Red+Green+Blue) = 216+134+137=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 137 (53.91% from 255 or 28.13% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D88689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88689 is #277976. Grayscale: #9E9E9E. Windows color (decimal): -2586999 or 9012952. OLE color: 9012952.

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

Color convert

RGB216134137-
CMYK00.380.370.15
HSL357.8º51.25%68.63%-
HSV(B)357.8º37.96%84.71%-
XYZ41.3633.4627.94-
YUV158.86115.67168.76-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.35%
GREEN value IS 134 (52.73% from 255) = 27.52%
BLUE value IS 137 (53.91% from 255) = 28.13%
R=44.35%
G=27.52%
B=28.13%

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
Decimal21613413700.380.370.15357.851.2568.63
HexD8868902625F1663345
Octal330206211046451754663105
Binary110110001000011010001001010011010010111111011001101100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88689; }

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

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

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

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

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

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

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

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