#D6848B

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

Shades of Carissma #D6848B

Tints of Carissma #D6848B

Color information

#D6848B (or 0xD6848B) is unknown color: approx Carissma. HEX triplet: D6, 84 and 8B. RGB value is (214,132,139). Sum of RGB (Red+Green+Blue) = 214+132+139=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 139 (54.69% from 255 or 28.66% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D6848B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6848B is #297B74. Grayscale: #9D9D9D. Windows color (decimal): -2718581 or 9143510. OLE color: 9143510.

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

Color convert

RGB214132139-
CMYK00.380.350.16
HSL354.88º50%67.84%-
HSV(B)354.88º38.32%83.92%-
XYZ40.6432.6628.59-
YUV157.32117.67168.43-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.12%
GREEN value IS 132 (51.95% from 255) = 27.22%
BLUE value IS 139 (54.69% from 255) = 28.66%
R=44.12%
G=27.22%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413213900.380.350.16354.885067.84
HexD6848B02623101633244
Octal326204213046432054362104
Binary1101011010000100100010110100110100011100001011000111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6848B; }

 p { color: rgb(214,132,139); }

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

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

 a { background-color: rgb(214,132,139); }

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

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

 span { border-color: rgb(214,132,139); }

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