Html Css Color HEX #D9848C Carissma

📋 copy color: '#D9848C'

red 217 ◦ green 132 ◦ blue 140

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

Shades of Carissma #D9848C

Tints of Carissma #D9848C

RGB

 RED value IS 217 (85.16% from 255) = 44.38%

 GREEN value IS 132 (51.95% from 255) = 26.99%

 BLUE value IS 140 (55.08% from 255) = 28.63%

R = 44.38%
G = 26.99%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9848C (or 0xD9848C) is known color: Carissma. HEX triplet: D9, 84 and 8C. RGB value is (217,132,140). Sum of RGB (Red+Green+Blue) = 217+132+140=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 132 (51.95% from 255 or 26.99% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 217 - color contains mainly: red. Hex color #D9848C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9848C is #267B73. Grayscale: #9E9E9E. Windows color (decimal): -2521972 or 9209049. OLE color: 9209049.

HSL color Cylindrical-coordinate representation of color #D9848C: hue angle of 354.35º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D9848C is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 132 140 -
CMYK 0 0.39 0.35 0.15
HSL 354.35º 0.53% 0.68% -
HSV(B) 354.35º 0.39% 0.85% -
XYZ 41.6 33.15 29.02 -
YUV 158.33 117.66 169.85 -
System Red Green Blue C M Y K H S L
Decimal 217 132 140 0 0.39 0.35 0.15 354.35 0.53 0.68
Hex D9 84 8C 0 27 23 F 162 35 44
Octal 331 204 214 0 47 43 17 542 65 104
Binary 11011001 10000100 10001100 0 100111 100011 1111 101100010 110101 1000100

Color Harmonies of #D9848C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9848C

Black with #D9848C

Text Example


Text Example

White with #D9848C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9848C; }

 p { color: rgb(217,132,140); }

 H1.HeaderClassName
 {
   color: #D9848C;
 }
 .AnyTagClassName
 {
   color: #D9848C;
 }
</style>

background-color css

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

 a { background-color: rgb(217,132,140); }

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

border-color css

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

 span { border-color: rgb(217,132,140); }

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