Html Css Color HEX #D6848B Carissma

📋 copy color: '#D6848B'

red 214 ◦ green 132 ◦ blue 139

#D6848B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carissma #D6848B

Tints of Carissma #D6848B

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 value IS 0

 M value IS 0.38

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6848B (or 0xD6848B) is known color: 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

RGB 214 132 139 -
CMYK 0 0.38 0.35 0.16
HSL 354.88º 0.5% 0.68% -
HSV(B) 354.88º 0.38% 0.84% -
XYZ 40.64 32.66 28.59 -
YUV 157.32 117.67 168.43 -
System Red Green Blue C M Y K H S L
Decimal 214 132 139 0 0.38 0.35 0.16 354.88 0.5 0.68
Hex D6 84 8B 0 26 23 10 163 32 44
Octal 326 204 213 0 46 43 20 543 62 104
Binary 11010110 10000100 10001011 0 100110 100011 10000 101100011 110010 1000100

Color Harmonies of #D6848B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6848B

Black with #D6848B

Text Example


Text Example

White with #D6848B

Text Example


Text Example

HTML Codes & Css Web 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>