#D7838E

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

Shades of Carissma #D7838E

Tints of Carissma #D7838E

Color information

#D7838E (or 0xD7838E) is unknown color: approx Carissma. HEX triplet: D7, 83 and 8E. RGB value is (215,131,142). Sum of RGB (Red+Green+Blue) = 215+131+142=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 131 (51.56% from 255 or 26.84% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D7838E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7838E is #287C71. Grayscale: #9D9D9D. Windows color (decimal): -2653298 or 9339863. OLE color: 9339863.

HSL color Cylindrical-coordinate representation of color #D7838E: hue angle of 352.14º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D7838E is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB215131142-
CMYK00.390.340.16
HSL352.14º51.22%67.84%-
HSV(B)352.14º39.07%84.31%-
XYZ41.0232.6329.73-
YUV157.37119.33169.11-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.06%
GREEN value IS 131 (51.56% from 255) = 26.84%
BLUE value IS 142 (55.86% from 255) = 29.10%
R=44.06%
G=26.84%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513114200.390.340.16352.1451.2267.84
HexD7838E02722101603344
Octal327203216047422054063104
Binary1101011110000011100011100100111100010100001011000001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7838E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7838E; }

 p { color: rgb(215,131,142); }

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

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

 a { background-color: rgb(215,131,142); }

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

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

 span { border-color: rgb(215,131,142); }

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