#D8868A

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

Shades of Carissma #D8868A

Tints of Carissma #D8868A

Color information

#D8868A (or 0xD8868A) is unknown color: approx Carissma. HEX triplet: D8, 86 and 8A. RGB value is (216,134,138). Sum of RGB (Red+Green+Blue) = 216+134+138=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 134 (52.73% from 255 or 27.46% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D8868A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8868A is #277975. Grayscale: #9F9F9F. Windows color (decimal): -2586998 or 9078488. OLE color: 9078488.

HSL color Cylindrical-coordinate representation of color #D8868A: hue angle of 357.07º 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 #D8868A is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB216134138-
CMYK00.380.360.15
HSL357.07º51.25%68.63%-
HSV(B)357.07º37.96%84.71%-
XYZ41.4333.4828.32-
YUV158.97116.17168.67-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.26%
GREEN value IS 134 (52.73% from 255) = 27.46%
BLUE value IS 138 (54.30% from 255) = 28.28%
R=44.26%
G=27.46%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613413800.380.360.15357.0751.2568.63
HexD8868A02624F1653345
Octal330206212046441754563105
Binary110110001000011010001010010011010010011111011001011100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8868A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8868A; }

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

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

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

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

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

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

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

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