Html Css Color HEX #D98192 Carissma

📋 copy color: '#D98192'

red 217 ◦ green 129 ◦ blue 146

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

Shades of Carissma #D98192

Tints of Carissma #D98192

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.22%

 BLUE value IS 146 (57.42% from 255) = 29.67%

R = 44.11%
G = 26.22%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D98192 (or 0xD98192) is known color: Carissma. HEX triplet: D9, 81 and 92. RGB value is (217,129,146). Sum of RGB (Red+Green+Blue) = 217+129+146=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 129 (50.78% from 255 or 26.22% from 492); Blue value is 146 (57.42% from 255 or 29.67% from 492); Max value from RGB is 217 - color contains mainly: red. Hex color #D98192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98192 is #267E6D. Grayscale: #9D9D9D. Windows color (decimal): -2522734 or 9601497. OLE color: 9601497.

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

Color convert

RGB 217 129 146 -
CMYK 0 0.41 0.33 0.15
HSL 348.41º 0.54% 0.68% -
HSV(B) 348.41º 0.41% 0.85% -
XYZ 41.65 32.53 31.28 -
YUV 157.25 121.65 170.62 -
System Red Green Blue C M Y K H S L
Decimal 217 129 146 0 0.41 0.33 0.15 348.41 0.54 0.68
Hex D9 81 92 0 29 21 F 15C 36 44
Octal 331 201 222 0 51 41 17 534 66 104
Binary 11011001 10000001 10010010 0 101001 100001 1111 101011100 110110 1000100

Color Harmonies of #D98192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98192

Black with #D98192

Text Example


Text Example

White with #D98192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98192; }

 p { color: rgb(217,129,146); }

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

background-color css

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

 a { background-color: rgb(217,129,146); }

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

border-color css

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

 span { border-color: rgb(217,129,146); }

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