Html Css Color HEX #D98488 Carissma

📋 copy color: '#D98488'

red 217 ◦ green 132 ◦ blue 136

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

Shades of Carissma #D98488

Tints of Carissma #D98488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.04%

R = 44.74%
G = 27.22%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D98488 (or 0xD98488) is known color: Carissma. HEX triplet: D9, 84 and 88. RGB value is (217,132,136). Sum of RGB (Red+Green+Blue) = 217+132+136=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D98488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98488 is #267B77. Grayscale: #9D9D9D. Windows color (decimal): -2521976 or 8946905. OLE color: 8946905.

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

Color convert

RGB 217 132 136 -
CMYK 0 0.39 0.37 0.15
HSL 357.18º 0.53% 0.68% -
HSV(B) 357.18º 0.39% 0.85% -
XYZ 41.31 33.03 27.49 -
YUV 157.87 115.66 170.17 -
System Red Green Blue C M Y K H S L
Decimal 217 132 136 0 0.39 0.37 0.15 357.18 0.53 0.68
Hex D9 84 88 0 27 25 F 165 35 44
Octal 331 204 210 0 47 45 17 545 65 104
Binary 11011001 10000100 10001000 0 100111 100101 1111 101100101 110101 1000100

Color Harmonies of #D98488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98488

Black with #D98488

Text Example


Text Example

White with #D98488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98488; }

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

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

background-color css

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

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

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

border-color css

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

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

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