#D7838A

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

Shades of Carissma #D7838A

Tints of Carissma #D7838A

Color information

#D7838A (or 0xD7838A) is unknown color: approx Carissma. HEX triplet: D7, 83 and 8A. RGB value is (215,131,138). Sum of RGB (Red+Green+Blue) = 215+131+138=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 131 (51.56% from 255 or 27.07% from 484); Blue value is 138 (54.30% from 255 or 28.51% from 484); Max value from RGB is 215 - color contains mainly: red. Hex color #D7838A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7838A is #287C75. Grayscale: #9C9C9C. Windows color (decimal): -2653302 or 9077719. OLE color: 9077719.

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

Color convert

RGB215131138-
CMYK00.390.360.16
HSL355º51.22%67.84%-
HSV(B)355º39.07%84.31%-
XYZ40.7332.5128.17-
YUV156.91117.33169.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.42%
GREEN value IS 131 (51.56% from 255) = 27.07%
BLUE value IS 138 (54.30% from 255) = 28.51%
R=44.42%
G=27.07%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513113800.390.360.1635551.2267.84
HexD7838A02724101633344
Octal327203212047442054363104
Binary1101011110000011100010100100111100100100001011000111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7838A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7838A; }

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

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

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

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

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

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

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

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