Html Css Color HEX #D98095 Carissma

📋 copy color: '#D98095'

red 217 ◦ green 128 ◦ blue 149

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

Shades of Carissma #D98095

Tints of Carissma #D98095

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.91%

 BLUE value IS 149 (58.59% from 255) = 30.16%

R = 43.93%
G = 25.91%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D98095 (or 0xD98095) is known color: Carissma. HEX triplet: D9, 80 and 95. RGB value is (217,128,149). Sum of RGB (Red+Green+Blue) = 217+128+149=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 217 - color contains mainly: red. Hex color #D98095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98095 is #267F6A. Grayscale: #9D9D9D. Windows color (decimal): -2522987 or 9797849. OLE color: 9797849.

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

Color convert

RGB 217 128 149 -
CMYK 0 0.41 0.31 0.15
HSL 345.84º 0.54% 0.68% -
HSV(B) 345.84º 0.41% 0.85% -
XYZ 41.76 32.36 32.48 -
YUV 157.01 123.49 170.79 -
System Red Green Blue C M Y K H S L
Decimal 217 128 149 0 0.41 0.31 0.15 345.84 0.54 0.68
Hex D9 80 95 0 29 1F F 15A 36 44
Octal 331 200 225 0 51 37 17 532 66 104
Binary 11011001 10000000 10010101 0 101001 11111 1111 101011010 110110 1000100

Color Harmonies of #D98095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98095

Black with #D98095

Text Example


Text Example

White with #D98095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98095; }

 p { color: rgb(217,128,149); }

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

background-color css

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

 a { background-color: rgb(217,128,149); }

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

border-color css

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

 span { border-color: rgb(217,128,149); }

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