Html Css Color HEX #D8898C Carissma

📋 copy color: '#D8898C'

red 216 ◦ green 137 ◦ blue 140

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

Shades of Carissma #D8898C

Tints of Carissma #D8898C

RGB

 RED value IS 216 (84.77% from 255) = 43.81%

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

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

R = 43.81%
G = 27.79%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8898C (or 0xD8898C) is known color: Carissma. HEX triplet: D8, 89 and 8C. RGB value is (216,137,140). Sum of RGB (Red+Green+Blue) = 216+137+140=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 216 - color contains mainly: red. Hex color #D8898C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8898C is #277673. Grayscale: #A1A1A1. Windows color (decimal): -2586228 or 9210328. OLE color: 9210328.

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

Color convert

RGB 216 137 140 -
CMYK 0 0.37 0.35 0.15
HSL 357.72º 0.5% 0.69% -
HSV(B) 357.72º 0.37% 0.85% -
XYZ 42 34.38 29.23 -
YUV 160.96 116.17 167.26 -
System Red Green Blue C M Y K H S L
Decimal 216 137 140 0 0.37 0.35 0.15 357.72 0.5 0.69
Hex D8 89 8C 0 25 23 F 166 32 45
Octal 330 211 214 0 45 43 17 546 62 105
Binary 11011000 10001001 10001100 0 100101 100011 1111 101100110 110010 1000101

Color Harmonies of #D8898C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8898C

Black with #D8898C

Text Example


Text Example

White with #D8898C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8898C; }

 p { color: rgb(216,137,140); }

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

background-color css

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

 a { background-color: rgb(216,137,140); }

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

border-color css

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

 span { border-color: rgb(216,137,140); }

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