Html Css Color HEX #D9898A Carissma

📋 copy color: '#D9898A'

red 217 ◦ green 137 ◦ blue 138

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

Shades of Carissma #D9898A

Tints of Carissma #D9898A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.85%

 BLUE value IS 138 (54.3% from 255) = 28.05%

R = 44.11%
G = 27.85%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D9898A (or 0xD9898A) is known color: Carissma. HEX triplet: D9, 89 and 8A. RGB value is (217,137,138). Sum of RGB (Red+Green+Blue) = 217+137+138=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 137 (53.91% from 255 or 27.85% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 217 - color contains mainly: red. Hex color #D9898A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9898A is #267675. Grayscale: #A1A1A1. Windows color (decimal): -2520694 or 9079257. OLE color: 9079257.

HSL color Cylindrical-coordinate representation of color #D9898A: hue angle of 359.25º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D9898A is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 137 138 -
CMYK 0 0.37 0.36 0.15
HSL 359.25º 0.51% 0.69% -
HSV(B) 359.25º 0.37% 0.85% -
XYZ 42.15 34.48 28.48 -
YUV 161.03 115 167.92 -
System Red Green Blue C M Y K H S L
Decimal 217 137 138 0 0.37 0.36 0.15 359.25 0.51 0.69
Hex D9 89 8A 0 25 24 F 167 33 45
Octal 331 211 212 0 45 44 17 547 63 105
Binary 11011001 10001001 10001010 0 100101 100100 1111 101100111 110011 1000101

Color Harmonies of #D9898A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9898A

Black with #D9898A

Text Example


Text Example

White with #D9898A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9898A; }

 p { color: rgb(217,137,138); }

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

background-color css

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

 a { background-color: rgb(217,137,138); }

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

border-color css

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

 span { border-color: rgb(217,137,138); }

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